buildAutocomplete()
Build the YUI autocompleter
getValue()
Return the hidden value (stored in a hidden input)
initEvents()
Custom event init
- listen to autocompleter textboxBlurEvent instead of this.el "blur" event
- listener to autocompleter textboxBlurEvent added in buildAutocomplete method
itemSelectHandler(sType,aArgs)
itemSelect handler
onChange(e)
onChange event handler
Parameters:
e <Event>
- The original 'change' event
renderComponent()
Render the hidden list element
setOptions(options)
Adds autocomplete options
Parameters:
options <Object>
- Options object (inputEx inputParams) as passed to the constructor
setValue(value[,sendUpdatedEvt])
Set the value
Parameters:
value <Any>
- 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)