Select2tokenizer

(part of package 'Servoy Extra Components') Extends designtime/SolutionModel: JSWebComponent Extends runtime: RuntimeWebComponent

This is a reference page; many components have detailed usage guides here.

Properties

allowNewEntries

Type: Boolean Default Value: false


clearSearchTextOnSelect

Type: Boolean Default Value: false


closeOnSelect

Type: Boolean Default Value: true


containSearchText

Type: Boolean Default Value: false


dataProviderID

Type: Dataprovider


editable

Type: Protected Default Value: true


enabled

Type: Enabled Default Value: true


location

Type: Point


maximumSelectionSize

Type: Number


noMatchesFoundText

Type: String Default Value: "No matches found"


openOnUnselect

Type: Boolean Default Value: true


placeholderText

Type: String Default Value: "Select..."


readOnly

Type: Protected Default Value: false


searchingText

Type: String Default Value: "Searching\u2026"


selectOnClose

Type: Boolean Default Value: false


styleClass

Type: Styleclass Default Value: "select2-sm"


tabSeq

Type: Tabseq


toolTipText

Type: String


valuelistConfig

Type: ValuelistConfig


valuelistID

Type: Valuelist Default Value: "autoVL"


visible

Type: Visible Default Value: true


Events

onDataChangeMethodID(oldValue,newValue,event)

@return {boolean}

Parameters:

Returns: {Boolean}


onFocusGainedMethodID(event)

Parameters:


onFocusLostMethodID(event)

Parameters:


API

requestFocus(mustExecuteOnFocusGainedMethod)

Request the focus to this field.

Example:

myElement.requestFocus();

Parameters:

  • {Boolean} [mustExecuteOnFocusGainedMethod] If false will not execute the onFocusGained method; the default value is true



Last updated

Was this helpful?