diff options
Diffstat (limited to 'quanta/data/toolbars/html/forms.actions')
-rw-r--r-- | quanta/data/toolbars/html/forms.actions | 56 |
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" ><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>
\ No newline at end of file |