EDITBOX: -------- Element: INPUT (Type: TEXTAREA) You can use all the properties, events and methods availables for it via DOM. Syntax: EditBox( oParent , nRow , nCol , cValue ) Methods: - setValue( cValue ) - getValue() - getId() Example: oEdit = new EditBox( oForm , 130, 230, "TextBox!" ); alert( oEdit.getValue() ); To download this example - click here.
See Also: