summaryrefslogtreecommitdiffstats
path: root/quanta/data/toolbars/cfml/forms.toolbar
blob: 2bde2992c32cd09d4dcbdeb6da84dc577ba1d8f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
  <ToolBar tabname="Forms" name="forms" >
    <text>Forms</text>
    <Action name="tag_form" />
    <Separator lineSeparator="true" />
    <Action name="tag_form_select" />
    <Action name="tag_form_check" />
    <Action name="tag_form_radio" />
    <Separator lineSeparator="true" />
    <Action name="tag_form_textarea" />
    <Action name="tag_form_passedit" />
    <Action name="tag_form_lineedit" />
    <Separator lineSeparator="true" />
    <Action name="tag_form_submit" />
    <Action name="tag_form_reset" />
  </ToolBar>

</kpartgui>