thyTextEdit

This class provides a Text Area Element wrapped inside a thyAPI like widget.

Summary
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

initThyTextEdit

p.initThyTextEdit = function()

Initialization method

focus

p.focus = function ()

Give the Edit Box Focus

cleanUp

p.cleanUp = function ()

Resets the contents

reset

Resets the contents

getKeyEventElement

p.getKeyEventElement = function ()

Returns the element that should be used to listen key events

_setReadOnly

p._setReadOnly = function ()

Turns the EditBox into ReadOnly mode

_cleanUp

p._cleanUp = function ()

Removes editbox contents

_reset

Removes editbox contents

_setDisabled

p._setDisabled = function ()

Executed when non-private thyPanel setDisabled method is called

_populateContents

p._populateContents = function(data)

Update this element value

_sweepOutContents

p._sweepOutContents = function()

Returns the current value of this component

p.initThyTextEdit = function()
Initialization method
p.focus = function ()
Give the Edit Box Focus
p.cleanUp = function ()
Resets the contents
p.getKeyEventElement = function ()
Returns the element that should be used to listen key events
p._setReadOnly = function ()
Turns the EditBox into ReadOnly mode
p._cleanUp = function ()
Removes editbox contents
p._setDisabled = function ()
Executed when non-private thyPanel setDisabled method is called
Base class for all other ThyAPI GUI Components
p._populateContents = function(data)
Update this element value
p._sweepOutContents = function()
Returns the current value of this component