summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/xhtml-basic/textarea.tag
blob: 35161dd78045d3a479c1a2880e7466bba83ce2d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="textarea" hasCore="1" hasI18n="1">

    <attr name="name" type="input">
      <text>name</text>
      <textlocation col="0" row="0" colspan="1" />
      <location col="1" row="0" colspan="4" />
    </attr>

    <attr name="cols" type="input">
      <text>cols</text>
      <textlocation col="0" row="1" colspan="1" />
      <location col="1" row="1" colspan="1" />
    </attr>

    <attr name="rows" type="input">
      <text>rows</text>
      <textlocation col="2" row="1" colspan="1" />
      <location col="3" row="1" colspan="1" />
    </attr>

    <attr name="accesskey" type="input" />
</tag>
<children>
	<child name="#text" />
</children>
</TAGS>