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

Parameters:

oldValue ${dataproviderType} newValue ${dataproviderType} event JSEvent

Returns: boolean


onFocusGainedMethodID

Parameters:

event JSEvent


onFocusLostMethodID

Parameters:

event JSEvent


API

requestFocus

Request the focus to this field.

@example

myElement.requestFocus();

@param mustExecuteOnFocusGainedMethod (optional) if false will not execute the onFocusGained method; the default value is true

Parameters:

mustExecuteOnFocusGainedMethod boolean (optional)


Last updated