w-dropdownlistbox
Last updated
Was this helpful?
Last updated
Was this helpful?
Adds supports for [DropDownListBoxComponent]
Component Selector: 'wm-dropdownlistbox'
DropDownListBoxComponent extends .
Property
Get/Set
Notify Changes
Details
allowEdit: boolean
Yes/No
No
Inherited from Returns a boolean value indicating if the control is editable.
border: boolean
Yes/No
No
enabled: boolean
Yes/Yes
No
name: string
Yes/No
No
text: string
Yes/Yes
Yes
visible: boolean
Yes/Yes
No
Event
Supported
Parameter
Details
getfocus
Yes
$event: any
Triggers getfocus
Event.
losefocus
Yes
$event: any
Triggers losefocus
Event.
modified
Yes
$event: any
This occurs when selected index changes or text property is modified Triggers modified
Event.
selectionchanged
Yes
$event: any
This occurs when when selected index changes selectionchanged
Event.
Function
Supported
Details
FindItem
Yes
Finds an element by text in the items collection.
SelectItem
Yes
Finds and highlights an item in the control
Inherited from BaseControlComponent
Inherited from BaseControlComponent
Inherited from BaseControlComponent
Inherited from BaseControlComponent
Inherited from BaseControlComponent