This is the edit box to be used in ThyAPI. In the present state, it is just a label and a simple HTML input wrapped around a ThyAPI compatible system.
This is the edit box to be used in ThyAPI. | |
Initialization Method | |
Initialization method executed right before element creation | |
Give the Edit Box Focus | |
Resets the contents | |
Resets the contents | |
Returns the element that should be used to listen key events | |
Overloaded method that returns the height of the input field | |
Overloaded method that returns the width of the input field | |
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.initThyEditBox = function()
Initialization method executed right before element creation
p.preInitThyEditBox = 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 ()
Overloaded method that returns the height of the input field
p.getHeight = function ()
Overloaded method that returns the width of the input field
p.getWidth = 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()