O4WTextArea routine
Description
Creates an input "text area" on the web page at the current location.
Syntax
O4WTextArea(text, cols, rows, wrap, name, id, style)
Parameters
The function has the following parameters:
Parameter | Description | |
---|---|---|
text | The default text. | |
cols | The number of characters within the each row of the text area. If not specified, the default value is 20. | |
rows | The number of rows within the text area. If not specified, the default value is 5. | |
wrap | The type of word wrapping: 0 - No wrap. Default 1 - Soft wrap. 2 - Hard wrap. | |
id | The name of the text area. This text area can also be addressed through style sheets individually by the id. | |
style | When specified, the style is applied to the text area that is generated. Note that the style can be either the name of a style (as created by one of the O4W style functions, or as defined in an included style sheet), or it can be the returned value from one of the O4W style functions. |