summaryrefslogtreecommitdiffstats
path: root/quanta/data/toolbars/html/forms.actions
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/data/toolbars/html/forms.actions')
-rw-r--r--quanta/data/toolbars/html/forms.actions56
1 files changed, 56 insertions, 0 deletions
diff --git a/quanta/data/toolbars/html/forms.actions b/quanta/data/toolbars/html/forms.actions
new file mode 100644
index 00000000..2b6bbe1c
--- /dev/null
+++ b/quanta/data/toolbars/html/forms.actions
@@ -0,0 +1,56 @@
+<!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 shortcut="" icon="tag_li.png" type="tag" tooltip="Select Option" name="user_hydMh64bTl" text="Option" >
+ <tag useDialog="false" >&lt;option></tag>
+ <xtag use="true" >&lt;/option></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="button" type="tag" name="tag_form_button" text="Button" >
+ <tag useDialog="true" >&lt;input type=&quot;button&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 shortcut="" icon="tag_element.png" type="tag" tooltip="Fieldset Tag" name="user_JatvQW5b4N" text="Fieldset" >
+ <tag useDialog="false" >&lt;fieldset></tag>
+ <xtag use="true" >&lt;/fieldset></xtag>
+ </action>
+ <action shortcut="" icon="tag_attribute.png" type="tag" tooltip="Legend Tag" name="user_ItjqmeHGks" text="Legend" >
+ <tag useDialog="true" >&lt;legend></tag>
+ <xtag use="true" >&lt;/legend></xtag>
+ </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