Method MLE()
Syntax
:MLE(cName, [xValue], [cnCols], [cnRows], [cWrap], [cnTabIndex], [lReadOnly], [lDisabled], [lBR], [lWrite])
Parameters
|
|
cName |
Variable Name. |
|
|
xValue |
Initial value for the variable. |
|
|
cnCols |
Size of control in columns wide (characters). |
|
|
cnRows |
Size of control in number of lines. |
|
|
cWrap |
Type of word-wrapping allowed. ( OFF | VIRTUAL | PHYSICAL ) |
|
|
cnTabIndex |
The Tab-Order of this control. |
|
|
lReadOnly |
Sets value as ReadOnly or not. |
|
|
lDisabled |
Sets the text area as DISABLED causing it to be grayed out. |
|
|
cID |
This attribute is used to reference a style sheet element or to provide a unique name used during script manipulation of data. |
|
|
lBR |
Logical indicating whether to append a <BR> (Web newline) to Display elements |
|
|
lWrite |
Logical indicating whether to send results directly to the User's Browser |
Return
If :lWrite, Number of characters written to Browser.
Otherwise, the results is the completed <TEXTAREA ...> Tag.
Description
Creates an text input area (MLE) on the Form on the Web Page.
See Also:
:Button(), :Checkbox(), :FormStart(), :GetVar(), :RadioButton(), :SelectStart(), :SelectOption(), :SLE(), :SetVar(), :aVars
![]() |