ASPxClientTextEdit Class
Represents a base for client-side objects which allow single-line text input.
Declaration
declare class ASPxClientTextEdit extends ASPxClientEdit
Remarks
In addition to the functionality inherited from its ancestors, the ASPxClientTextEdit object allows you to manipulate the editor’s text (ASPxClientTextEdit.GetText, ASPxClientTextEdit.SetText), define text selection within the text box (ASPxClientTextEdit.SelectAll, ASPxClientTextEdit.SetSelection, ASPxClientTextEdit.SetCaretPosition) and respond to key presses and releases made by end users (ASPxClientTextEdit.KeyDown, ASPxClientTextEdit.KeyUp, ASPxClientTextEdit.KeyPress).
Inheritance
See Also