This class provides a Text Area Element wrapped inside a thyAPI like widget.
This class provides a Text Area Element wrapped inside a thyAPI like widget. | |
Initialization method | |
Give the Edit Box Focus | |
Resets the contents | |
Resets the contents | |
Returns the element that should be used to listen key events | |
Turns the EditBox into ReadOnly mode | |
Removes editbox contents | |
Removes editbox contents | |
Executed when non-private thyPanel setDisabled method is called | |
Update this element value | |
Returns the current value of this component |
p._setDisabled = function ()
Executed when non-private thyPanel setDisabled method is called
Initialization method
p.initThyTextEdit = function()
Give the Edit Box Focus
p.focus = function ()
Resets the contents
p.cleanUp = function ()
Returns the element that should be used to listen key events
p.getKeyEventElement = function ()
Turns the EditBox into ReadOnly mode
p._setReadOnly = function ()
Removes editbox contents
p._cleanUp = function ()
Executed when non-private thyPanel setDisabled method is called
p._setDisabled = function ()
Update this element value
p._populateContents = function( data )
Returns the current value of this component
p._sweepOutContents = function()