HTMLTextAreaElement

Module:
html
Inherits from:
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

select
setSelectionRange

select


void select(); 


setSelectionRange


void setSelectionRange(
    in long start,
    in long end); 

Member Data

accessKey
autofocus
cols
defaultValue
disabled
form
name
readOnly
rows
selectionEnd
selectionStart
type
value
willValidate

accessKey


attribute DOMString accessKey; 


autofocus


attribute boolean autofocus; 


cols


attribute long cols; 


defaultValue


attribute DOMString defaultValue; 


disabled


attribute boolean disabled; 


form


readonly attribute HTMLFormElement form; 


name


attribute DOMString name; 


readOnly


attribute boolean readOnly; 


rows


attribute long rows; 


selectionEnd


attribute long selectionEnd; 


selectionStart


attribute long selectionStart; 


type


readonly attribute DOMString type; 


value


attribute DOMString value; 


willValidate


readonly attribute boolean willValidate; 

 

Last Updated: 2009-05-29