w-dropdownlistbox
Adds supports for [DropDownListBoxComponent]
Implementation Details
Component Selector: 'wm-dropdownlistbox'
Class inheritance
DropDownListBoxComponent extends BaseControlComponent.
Support
Properties
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
Events
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.
Functions
Function
Supported
Details
FindItem
Yes
Finds an element by text in the items collection.
SelectItem
Yes
Finds and highlights an item in the control
Last updated