blob: 9c94dc0f7e0ea6ea6f18421ee65a23778893b63a (
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="textarea" hasScript="1" 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="rows" type="input">
<text>Rows</text>
<textlocation col="0" row="1" colspan="1" />
<location col="1" row="1" colspan="1" />
</attr>
<attr name="cols" type="input">
<text>Cols</text>
<textlocation col="2" row="1" colspan="1" />
<location col="3" row="1" colspan="1" />
</attr>
<attr name="disabled" type="check">
<text>Disabled</text>
<location col="1" row="2" colspan="1" />
</attr>
<attr name="readonly" type="check">
<text>Read only</text>
<location col="3" row="2" colspan="1" />
</attr>
<attr name="onselect" type="input">
<text>Onselect</text>
<textlocation col="0" row="3" colspan="1" />
<location col="1" row="3" colspan="3" />
</attr>
<attr name="onchange" type="input">
<text>Onchange</text>
<textlocation col="0" row="4" colspan="1" />
<location col="1" row="4" colspan="3" />
</attr>
<children>
<child name="#text" />
</children>
</tag>
</TAGS>
|