You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
2.5 KiB
56 lines
2.5 KiB
<!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> |