diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-01-02 02:15:54 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-01-13 00:44:04 +0100 |
commit | 92326f9e69bb4aee30dd0f088523d293fc0804da (patch) | |
tree | 726d8eeb445895b59e7a0523d0a5e74a50b27ae7 /quanta/data/toolbars/cfml/forms.actions | |
parent | 36793769224b2e54a364bb8bfd9d27c839e92181 (diff) | |
download | tdewebdev-92326f9e69bb4aee30dd0f088523d293fc0804da.tar.gz tdewebdev-92326f9e69bb4aee30dd0f088523d293fc0804da.zip |
Quanta: Extract source files for toolbars contained in tarballs.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 1e750683286c018238ae80a37a17709028a5f619)
Diffstat (limited to 'quanta/data/toolbars/cfml/forms.actions')
-rw-r--r-- | quanta/data/toolbars/cfml/forms.actions | 40 |
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" ><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 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="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 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 |