<String> getValue()
Get the html string
renderComponent()
Render the field using the YUI Editor widget
setOptions(options)
Set the default values of the options
Parameters:
options <Object>
- Options object (inputEx inputParams) as passed to the constructor
setValue(value[,sendUpdatedEvt])
Set the html content
Parameters:
value <String>
- The html string
sendUpdatedEvt <boolean>
optional
- (optional) Wether this setValue should fire the updatedEvt or not (default is true, pass false to NOT send the event)