Name | Description | |
---|---|---|
init | Initializes the control. Called during construction. |
Name | Description | |
---|---|---|
caption | Gets or sets the drop down item caption. | |
control | Gets the control element. | |
id | Gets or sets the drop down item ID. | |
isSelected | Gets or sets the selected property of the drop down option button. | |
value | Gets or sets the drop down item value. |
Name | Description | |
---|---|---|
dispose | Disposes the item. | |
fromJObject | Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class. | |
toJSON | Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class. | |
toString | Returns a string representation of this object. | |
triggerSelectionChanged | Fire value changed event on self. |