summaryrefslogtreecommitdiffstats
path: root/quanta/data/toolbars/cfml/forms.actions
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-01-02 02:15:54 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-01-12 21:02:29 +0100
commit1e750683286c018238ae80a37a17709028a5f619 (patch)
treede816e2396bf123719a02ce105ce8b76fd1e5703 /quanta/data/toolbars/cfml/forms.actions
parent5764a965e27720a5d973e5e3126274433ca3c35c (diff)
downloadtdewebdev-1e750683286c018238ae80a37a17709028a5f619.tar.gz
tdewebdev-1e750683286c018238ae80a37a17709028a5f619.zip
Quanta: Extract source files for toolbars contained in tarballs.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'quanta/data/toolbars/cfml/forms.actions')
-rw-r--r--quanta/data/toolbars/cfml/forms.actions40
1 files changed, 40 insertions, 0 deletions
diff --git a/quanta/data/toolbars/cfml/forms.actions b/quanta/data/toolbars/cfml/forms.actions
new file mode 100644
index 00000000..c3c6320e
--- /dev/null
+++ b/quanta/data/toolbars/cfml/forms.actions
@@ -0,0 +1,40 @@
+<!DOCTYPE actionsconfig>
+<actions>
+ <action icon="form" type="tag" name="tag_form" text="Form" >
+ <tag useDialog="true" >&lt;form></tag>
+ <xtag use="true" inLine="false" >&lt;/form></xtag>
+ </action>
+ <action icon="select" type="tag" name="tag_form_select" text="Select" >
+ <tag useDialog="true" >&lt;select></tag>
+ <xtag use="true" inLine="false" >&lt;/select></xtag>
+ </action>
+ <action icon="check" type="tag" name="tag_form_check" text="Check Button" >
+ <tag useDialog="true" >&lt;input type=&quot;checkbox&quot;></tag>
+ <xtag use="false" inLine="true" />
+ </action>
+ <action icon="radio" type="tag" name="tag_form_radio" text="Radio Button" >
+ <tag useDialog="true" >&lt;input type=&quot;radio&quot;></tag>
+ <xtag use="false" inLine="true" />
+ </action>
+ <action icon="textarea" type="tag" name="tag_form_textarea" text="Text Area" >
+ <tag useDialog="false" >&lt;textarea></tag>
+ <xtag use="true" inLine="true" >&lt;/textarea></xtag>
+ </action>
+ <action icon="linepas" type="tag" name="tag_form_passedit" text="Input Password" >
+ <tag useDialog="true" >&lt;input type=&quot;password&quot;></tag>
+ <xtag use="false" inLine="true" />
+ </action>
+ <action icon="lineedit" type="tag" name="tag_form_lineedit" text="Input Text" >
+ <tag useDialog="true" >&lt;input type=&quot;text&quot;></tag>
+ <xtag use="false" inLine="true" />
+ </action>
+ <action icon="submit" type="tag" name="tag_form_submit" text="Submit" >
+ <tag useDialog="true" >&lt;input type=&quot;submit&quot;></tag>
+ <xtag use="false" inLine="true" />
+ </action>
+ <action icon="reset" type="tag" name="tag_form_reset" text="Reset" >
+ <tag useDialog="true" >&lt;input type=&quot;reset&quot;></tag>
+ <xtag use="false" inLine="true" />
+ </action>
+
+</actions> \ No newline at end of file