Specifies the height of the textarea element based on the number of lines of text that are to be displayed without scrolling. The value represents
Indicates whether the form element can be edited on the page by the user. A form control that has its readOnly property set to true may still be modif
This is the identifier associated with the form control contains current TEXTAREA element. The value of this property is submitted as one-half of the
Returns a reference to the form element that contains the current TEXTAREA element
Gives focus from the current TEXTAREA object, at which time the TEXTAREA object's onfocus event fires
Specifies the default text for the textarea element, as established by the text between the start and end tags in the page's source code.
Used with IE data binding to specify the ID of the page's TEXTAREA object element that loads the data source object for remote data access.
Used with IE data binding to associate a remote data source column name to a textarea object's value property. A datasrc attribute must also
Specifies whether the TEXTAREA element is available for user interaction.
Specifies the width of the editable space of the textarea element. The value represents the number of monofont characters that are to be displayed
Broadly speaking, these provide the left and top coordinates of the element's content within the box that includes the element's padding, but with min
these provide the height and width of the TEXTAREA element's content, but with minor variations with respect to element padding among various operatin
Removes focus from the current TEXTAREA object, at which time the TEXTAREA object's onblur event fires.
This is single character key that either gives focus to an TEXTAREA element (in some browsers) or activates a form control or link action.
The textarea object reflects the textarea element and is used as a form control. This object is the primary way of getting a user to enter multi