blob: 2b6bbe1cc6928c28428d51b12c27cd8023ddb1b1 (
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
50
51
52
53
54
55
56
|
<!DOCTYPE actionsconfig>
<actions>
<action icon="form" type="tag" name="tag_form" text="Form" >
<tag useDialog="true" ><form></tag>
<xtag use="true" inLine="false" ></form></xtag>
</action>
<action icon="select" type="tag" name="tag_form_select" text="Select" >
<tag useDialog="true" ><select></tag>
<xtag use="true" inLine="false" ></select></xtag>
</action>
<action shortcut="" icon="tag_li.png" type="tag" tooltip="Select Option" name="user_hydMh64bTl" text="Option" >
<tag useDialog="false" ><option></tag>
<xtag use="true" ></option></xtag>
</action>
<action icon="check" type="tag" name="tag_form_check" text="Check Button" >
<tag useDialog="true" ><input type="checkbox"></tag>
<xtag use="false" inLine="true" />
</action>
<action icon="radio" type="tag" name="tag_form_radio" text="Radio Button" >
<tag useDialog="true" ><input type="radio"></tag>
<xtag use="false" inLine="true" />
</action>
<action icon="button" type="tag" name="tag_form_button" text="Button" >
<tag useDialog="true" ><input type="button"></tag>
<xtag use="false" inLine="true" />
</action>
<action icon="textarea" type="tag" name="tag_form_textarea" text="Text Area" >
<tag useDialog="false" ><textarea></tag>
<xtag use="true" inLine="true" ></textarea></xtag>
</action>
<action icon="linepas" type="tag" name="tag_form_passedit" text="Input Password" >
<tag useDialog="true" ><input type="password"></tag>
<xtag use="false" inLine="true" />
</action>
<action icon="lineedit" type="tag" name="tag_form_lineedit" text="Input Text" >
<tag useDialog="true" ><input type="text"></tag>
<xtag use="false" inLine="true" />
</action>
<action shortcut="" icon="tag_element.png" type="tag" tooltip="Fieldset Tag" name="user_JatvQW5b4N" text="Fieldset" >
<tag useDialog="false" ><fieldset></tag>
<xtag use="true" ></fieldset></xtag>
</action>
<action shortcut="" icon="tag_attribute.png" type="tag" tooltip="Legend Tag" name="user_ItjqmeHGks" text="Legend" >
<tag useDialog="true" ><legend></tag>
<xtag use="true" ></legend></xtag>
</action>
<action icon="submit" type="tag" name="tag_form_submit" text="Submit" >
<tag useDialog="true" ><input type="submit"></tag>
<xtag use="false" inLine="true" />
</action>
<action icon="reset" type="tag" name="tag_form_reset" text="Reset" >
<tag useDialog="true" ><input type="reset"></tag>
<xtag use="false" inLine="true" />
</action>
</actions>
|