<Any> getValue()
Return the value
Returns:
<Any>
the selected value from the selectValues array
initEvents()
Register the "change" event
onAddNewItem()
Add an item to the list when the select changed
onItemRemoved(e,params)
Re-enable the option element when an item is removed by the user
renderComponent()
Build the DDList
setValue(value[,sendUpdatedEvt])
Set the value of the list
Parameters:
value <String>
- The value to set
sendUpdatedEvt <boolean>
optional
- (optional) Wether this setValue should fire the updatedEvt or not (default is true, pass false to NOT send the event)