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: int
noMatchesFoundText
Type: tagstring Default Value: "No matches found"
openOnUnselect
Type: boolean Default Value: true
placeholderText
Type: tagstring Default Value: "Select..."
readOnly
Type: protected Default Value: false
searchingText
Type: tagstring Default Value: "Searching\u2026"
selectOnClose
Type: boolean Default Value: false
styleClass
Type: styleclass Default Value: "select2-sm"
tabSeq
Type: tabseq
toolTipText
Type: tagstring
valuelistConfig
Type: valuelistConfig
valuelistID
Type: valuelist Default Value: "autoVL"
visible
Type: visible Default Value: true
Events
onDataChangeMethodID(oldValue,newValue,event)
@return {boolean}
Parameters:
{${dataproviderType}} oldValue
{${dataproviderType}} newValue
{JSEvent} event
Returns: {boolean}
onFocusGainedMethodID(event)
Parameters:
{JSEvent} event
onFocusLostMethodID(event)
Parameters:
{JSEvent} event
API
requestFocus(mustExecuteOnFocusGainedMethod)
Request the focus to this field.
Example:
Parameters:
{boolean} [mustExecuteOnFocusGainedMethod] ** mustExecuteOnFocusGainedMethod (optional) if false will not execute the onFocusGained method; the default value is true
Last updated