Javascript Reference
HTML Elements > TEXTAREA
javascript TEXTAREA scrollHeight, scrollWidth
Originally implemented in IE 4 for elements that either scrolled or influenced an TEXTAREA element's scroll
javascript TEXTAREA scrollLeft, scrollTop
Provide the distance in pixels between the actual left or top edge of the TEXTAREA element's physical content and the left or top edge of the visible
javascript TEXTAREA status
This is implemented in IE, but has no function for the textarea object.
javascript TEXTAREA tabIndex
This is a number that indicates the sequence of this TEXTAREA element within the tabbing order of all focusable elements in the document.
javascript TEXTAREA type
Returns the type of form control element. The value is returned in all lowercase letters. It may be necessary to cycle through all form elements in
javascript TEXTAREA value
Specifies the current value associated with the form control that is submitted with the name/value pair for the element. All values are strings.
javascript TEXTAREA wrap
Indicates whether the browser should wrap text in a textarea element and whether wrapped text should be submitted to the server with soft returns
javascript TEXTAREA createTextRange( )
Creates a TextRange object from the content of the textarea object. See the TextRange object for details.
javascript TEXTAREA handleEvent[ ]
Instructs the TEXTAREA object to accept and process the event whose specifications are passed as the parameter to the method
javascript TEXTAREA select( )
Selects all the text displayed in the form element. To position the insertion pointer in a specific location inside a textarea element in IE, see
< 16-25 / 25

Powered by Linode.