Language References
Sets or retrieves the number of horizontal rows the object should contain.
Inline |
<element ROWS = iRows ... > |
Script |
object.rows = iRows ] |
iRows |
Integer value specifying the number of rows. |
The property is read/write with a default value of 2.
This attribute specifies the number of visible text lines. Browsers should provide some means to scroll through the contents of the control when users enter more lines than this, or when the contents extend beyond the visible area.
HTMLAREA, TEXTAREA
COLS Attribute