XHTML 1.0 (Second Edition) Strict

http://www.w3.org/1999/xhtml
element textarea

Documentation
      multi-line text field
      

Model
<textarea
  accesskey = Character
  class = xs:NMTOKENS
  cols = Number
  dir = <TODO local simpleType in attribute>
  disabled = <TODO local simpleType in attribute>
  id = xs:ID
  lang = LanguageCode
  lang = xs:language
  name = <TODO local simpleType in attribute>
  onblur = Script
  onchange = Script
  onclick = Script
  ondblclick = Script
  onfocus = Script
  onkeydown = Script
  onkeypress = Script
  onkeyup = Script
  onmousedown = Script
  onmousemove = Script
  onmouseout = Script
  onmouseover = Script
  onmouseup = Script
  onselect = Script
  readonly = <TODO local simpleType in attribute>
  rows = Number
  style = StyleSheet
  tabindex = tabindexNumber
  title = Text>

</textarea>


Attribute Summary
 Characteraccesskey
          
 xs:NMTOKENSclass
          
 Numbercols
          
 <TODO local simpleType in attribute>dir
          
 <TODO local simpleType in attribute>disabled
          
 xs:IDid
          
 LanguageCodelang
          
 xs:languagelang
          In due course, we should install the relevant ISO 2- and 3-letter codes as the enumerated possible values . 
 <TODO local simpleType in attribute>name
          
 Scriptonblur
          
 Scriptonchange
          
 Scriptonclick
          
 Scriptondblclick
          
 Scriptonfocus
          
 Scriptonkeydown
          
 Scriptonkeypress
          
 Scriptonkeyup
          
 Scriptonmousedown
          
 Scriptonmousemove
          
 Scriptonmouseout
          
 Scriptonmouseover
          
 Scriptonmouseup
          
 Scriptonselect
          
 <TODO local simpleType in attribute>readonly
          
 Numberrows
          
 StyleSheetstyle
          
 tabindexNumbertabindex
          
 Texttitle
          

Attribute Detail

accesskey

Character accesskey


class

xs:NMTOKENS class


cols

Number cols


dir

<TODO local simpleType in attribute> dir


disabled

<TODO local simpleType in attribute> disabled


id

xs:ID id


lang

LanguageCode lang


lang

xs:language lang
In due course, we should install the relevant ISO 2- and 3-letter codes as the enumerated possible values . . .


name

<TODO local simpleType in attribute> name


onblur

Script onblur


onchange

Script onchange


onclick

Script onclick


ondblclick

Script ondblclick


onfocus

Script onfocus


onkeydown

Script onkeydown


onkeypress

Script onkeypress


onkeyup

Script onkeyup


onmousedown

Script onmousedown


onmousemove

Script onmousemove


onmouseout

Script onmouseout


onmouseover

Script onmouseover


onmouseup

Script onmouseup


onselect

Script onselect


readonly

<TODO local simpleType in attribute> readonly


rows

Number rows


style

StyleSheet style


tabindex

tabindexNumber tabindex


title

Text title


Source
<xs:element name="textarea">
<xs:complexType mixed="true">
<xs:attributeGroup ref="attrs"/>
<xs:attributeGroup ref="focus"/>
<xs:attribute name="name"/>
<xs:attribute name="rows" type="Number" use="required"/>
<xs:attribute name="cols" type="Number" use="required"/>
<xs:attribute name="disabled">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="disabled"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="readonly">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="readonly"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="onselect" type="Script"/>
<xs:attribute name="onchange" type="Script"/>
</xs:complexType>
</xs:element>

XHTML 1.0 (Second Edition) Strict

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://www.sourceforge.net.