Quanta: Extract source files for toolbars contained in tarballs.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/3/head
Slávek Banko 5 years ago
parent 5764a965e2
commit 1e75068328
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -0,0 +1,13 @@
<!DOCTYPE actionsconfig>
<actions>
<action icon="date" type="script" name="tag_date" text="Time" >
<script output="cursor" error="none" input="none" >date</script>
</action>
<action icon="tag_comm.png" type="tag" tooltip="CF comment" name="cfml_comment" text="ColdFusion Comment" statustext="" >
<tag useDialog="false" >&lt;!--- </tag>
<xtag use="true" > ---></xtag>
<text/>
<script input="none" />
</action>
</actions>

@ -0,0 +1,17 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="CFML" noMerge="1" name="cfml" >
<text>CFML</text>
<Action name="cfml_comment" />
<Action name="tag_color" />
<Action name="tag_date" />
<Action name="tag_mail" />
<Action name="tag_misc" />
<Separator lineSeparator="true" name="separator_1" />
<Action name="insert_css" />
<Action name="tag_frame_wizard" />
<Separator lineSeparator="true" name="separator_0" />
<Action name="insert_char" />
</ToolBar>
</kpartgui>

@ -0,0 +1,83 @@
<!DOCTYPE actionsconfig>
<actions>
<action icon="tag_font" type="tag" name="tag_font" text="Font..." >
<tag useDialog="true" >&lt;font></tag>
<xtag use="true" >&lt;/font></xtag>
<tooltip>The &lt;b>FONT&lt;/b> element allows authors to suggest rudimentary &lt;i>font changes&lt;/i>.
</tooltip>
</action>
<action icon="font_inc" type="tag" name="tag_font_inc" text="Font Size+1" >
<standard>Quick start</standard>
<tag useDialog="false" >&lt;font size=&quot;+1&quot;></tag>
<xtag use="true" >&lt;/font></xtag>
<tooltip>This &lt;b>SIZE=+1&lt;/b> element allows to &lt;i>increase&lt;/i> font.
</tooltip>
</action>
<action icon="font_dec" type="tag" name="tag_font_dec" text="Font Size-1" >
<tag useDialog="false" >&lt;font size=&quot;-1&quot;></tag>
<xtag use="true" >&lt;/font></xtag>
<tooltip>This &lt;b>SIZE=-1&lt;/b> element allows to &lt;i>decrease&lt;/i> font.
</tooltip>
</action>
<action icon="tag_pre" type="tag" name="tag_pre" text="Pre" >
<tag useDialog="false" >&lt;pre></tag>
<xtag use="true" inLine="false" >&lt;/pre></xtag>
<tooltip>The &lt;b>PRE&lt;/b> element allows to view &lt;i>preformatted&lt;/i> text.
</tooltip>
</action>
<action icon="tag_sub" type="tag" name="tag_sub" text="Subscript" >
<tag useDialog="false" >&lt;sub></tag>
<xtag use="true" >&lt;/sub></xtag>
<tooltip>The &lt;b>SUB&lt;/b> element is used for &lt;i>subscripts&lt;/i>.
&lt;br>- common attributes
</tooltip>
</action>
<action icon="tag_sup" type="tag" name="tag_sup" text="Superscript" >
<tag useDialog="false" >&lt;sup></tag>
<xtag use="true" >&lt;/sup></xtag>
<tooltip>The &lt;b>SUP&lt;/b> element is used for &lt;i>superscripts&lt;/i>.
&lt;br>- common attributes
</tooltip>
</action>
<action icon="tag_h1" type="tag" name="tag_h1" text="Head 1 Level" >
<tag useDialog="false" >&lt;h1></tag>
<xtag use="true" >&lt;/h1></xtag>
<tooltip>The &lt;b>H1&lt;/b> element defines a &lt;i>level-one heading&lt;/i>.
&lt;br>- ALIGN=[ left | center | right | justify ] (horizontal alignment)
&lt;br>- common attributes
</tooltip>
</action>
<action icon="tag_h2" type="tag" name="tag_h2" text="Head 2 Level" >
<tag useDialog="false" >&lt;h2></tag>
<xtag use="true" >&lt;/h2></xtag>
<tooltip>The &lt;b>H2&lt;/b> element defines a &lt;i>level-two heading&lt;/i>.
&lt;br>- ALIGN=[ left | center | right | justify ] (horizontal alignment)
&lt;br>- common attributes
</tooltip>
</action>
<action icon="tag_h3" type="tag" name="tag_h3" text="Head 3 Level" >
<tag useDialog="false" >&lt;h3></tag>
<xtag use="true" >&lt;/h3></xtag>
<tooltip>The &lt;b>H3&lt;/b> element defines a &lt;i>level-three heading&lt;/i>.
&lt;br>- ALIGN=[ left | center | right | justify ] (horizontal alignment)
&lt;br>- common attributes
</tooltip>
</action>
<action icon="tag_h4" type="tag" name="tag_h4" text="Head 4 Level" >
<tag useDialog="false" >&lt;h4></tag>
<xtag use="true" >&lt;/h4></xtag>
<tooltip>The &lt;b>H4&lt;/b> element defines a &lt;i>level-four heading&lt;/i>.
&lt;br>- ALIGN=[ left | center | right | justify ] (horizontal alignment)
&lt;br>- common attributes
</tooltip>
</action>
<action icon="tag_h5" type="tag" name="tag_h5" text="Head 5 Level" >
<tag useDialog="false" >&lt;h5></tag>
<xtag use="true" >&lt;/h5></xtag>
<tooltip>The &lt;b>H5&lt;/b> element defines a &lt;i>level-five heading&lt;/i>.
&lt;br>- ALIGN=[ left | center | right | justify ] (horizontal alignment)
&lt;br>- common attributes
</tooltip>
</action>
</actions>

@ -0,0 +1,21 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="Fonts" name="fonts" >
<text>Fonts</text>
<Action name="tag_font" />
<Separator lineSeparator="true" />
<Action name="tag_font_inc" />
<Action name="tag_font_dec" />
<Separator lineSeparator="true" />
<Action name="tag_pre" />
<Action name="tag_sub" />
<Action name="tag_sup" />
<Separator lineSeparator="true" />
<Action name="tag_h1" />
<Action name="tag_h2" />
<Action name="tag_h3" />
<Action name="tag_h4" />
<Action name="tag_h5" />
</ToolBar>
</kpartgui>

@ -0,0 +1,40 @@
<!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 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="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 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>

@ -0,0 +1,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>

@ -0,0 +1,28 @@
<!DOCTYPE actionsconfig>
<actions>
<action icon="tag_ul" type="tag" name="tag_ul" text="Unordered List" >
<tag useDialog="false" >&lt;ul></tag>
<xtag use="true" inLine="false" >&lt;/ul></xtag>
</action>
<action icon="tag_ol" type="tag" name="tag_ol" text="Ordered List" >
<tag useDialog="false" >&lt;ol></tag>
<xtag use="true" inLine="false" >&lt;/ol></xtag>
</action>
<action icon="tag_li" type="tag" name="tag_li" text="List Item" >
<tag useDialog="false" >&lt;li></tag>
<xtag use="true" inLine="true" >&lt;/li></xtag>
</action>
<action icon="tag_dl" type="tag" name="tag_dl" text="Definition List" >
<tag useDialog="false" >&lt;dl></tag>
<xtag use="true" inLine="false" >&lt;/dl></xtag>
</action>
<action icon="tag_dt" type="tag" name="tag_dt" text="Definition Term" >
<tag useDialog="false" >&lt;dt></tag>
<xtag use="true" inLine="true" >&lt;/dt></xtag>
</action>
<action icon="tag_dd" type="tag" name="tag_dd" text="Definition" >
<tag useDialog="false" >&lt;dd></tag>
<xtag use="true" inLine="true" >&lt;/dd></xtag>
</action>
</actions>

@ -0,0 +1,16 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="Lists" name="lists" >
<text>Lists</text>
<Action name="tag_quick_list" />
<Separator lineSeparator="true" />
<Action name="tag_ul" />
<Action name="tag_ol" />
<Action name="tag_li" />
<Separator lineSeparator="true" />
<Action name="tag_dl" />
<Action name="tag_dt" />
<Action name="tag_dd" />
</ToolBar>
</kpartgui>

@ -0,0 +1,102 @@
<!DOCTYPE actionsconfig>
<actions>
<action shortcut="" icon="quick_start.png" type="script" tooltip="Quick Start" name="tag_quick_start" text="Quick Start" >
<script output="cursor" error="message" input="none" >kmdr-executor -c quanta %scriptdir/htmlquickstart.kmdr</script>
</action>
<action shortcut="" icon="tag_bold" type="tag" tooltip="Bold &amp;lt;em>" name="tag_b" text="Bold" >
<tooltip>The &lt;b>B&lt;/b> element suggests that text be rendered as &lt;i>bold text&lt;/i>.
&lt;br>- common attributes
</tooltip>
<tag useDialog="false" >&lt;strong></tag>
<xtag use="true" >&lt;/strong></xtag>
</action>
<action shortcut="" icon="tag_i" type="tag" tooltip="Italic &amp;lt;strong>" name="tag_i" text="Italic" >
<tooltip>The &lt;b>I&lt;/b> element suggests that text be rendered as &lt;i>italic text&lt;/i>.
&lt;br>- common attributes
</tooltip>
<tag useDialog="false" >&lt;em></tag>
<xtag use="true" >&lt;/em></xtag>
</action>
<action icon="tag_u" type="tag" name="tag_u" text="Underline" >
<tag>&lt;u></tag>
<xtag use="true" >&lt;/u></xtag>
<tooltip>The &lt;b>U&lt;/b> element, deprecated in HTML 4.0, suggests that text be rendered as &lt;i>underlined text&lt;/i>.
&lt;br>- common attributes
</tooltip>
</action>
<action shortcut="" icon="tag_br" type="tag" name="tag_br" text="New Line" >
<tag>&lt;br></tag>
<tooltip>The &lt;b>BR&lt;/b> element forces a &lt;i>break&lt;/i> in the current line of text.
&lt;br>- CLEAR=[ left | all | right | none ] (clear floating objects)
&lt;br>- core attributes
</tooltip>
</action>
<action icon="tag_p" type="tag" name="tag_p" text="Paragraph" >
<tag>&lt;p></tag>
<xtag use="true" >&lt;/p></xtag>
<tooltip>The &lt;b>P&lt;/b> element defines a &lt;i>paragraph&lt;/i>.
&lt;br>- ALIGN=[ left | center | right | justify ] (horizontal alignment)
&lt;br>- common attributes
</tooltip>
</action>
<action shortcut="" icon="tag_nbsp" type="text" name="tag_nbsp" text="Non Breaking Space" >
<text>&amp;nbsp;</text>
<tooltip>Inserting &lt;b>nbsp&lt;/b>.
Non breaking &lt;i>space&lt;/i>.
</tooltip>
</action>
<action icon="tag_a" type="tag" name="tag_a" text="Anchor..." >
<tag useDialog="true" >&lt;a></tag>
<xtag use="true" >&lt;/a></xtag>
<tooltip>The &lt;b>A&lt;/b> element denotes an &lt;i>anchor&lt;/i>--a hypertext link or the destination of a link.
The &lt;b>HREF&lt;/b> attribute specifies a hypertext link to another resource, such as an &lt;i>HTML&lt;/i> document or a &lt;i>JPEG&lt;/i> image.
</tooltip>
</action>
<action icon="tag_image" type="tag" name="tag_img" text="Image..." >
<tag useDialog="true" >&lt;img></tag>
<tooltip>The &lt;b>IMG&lt;/b> element specifies an &lt;i>inline&lt;/i> image.
The required &lt;b>SRC&lt;/b> attribute specifies the location of the image.
</tooltip>
</action>
<action shortcut="" icon="tag_hr" type="tag" name="tag_hr" text="Horizontal Line" >
<tag>&lt;hr></tag>
<tooltip>The &lt;b>HR&lt;/b> element defines a &lt;i>horizontal rule&lt;/i> for visual browsers.
While this element is inherently presentational, it can be used structurally as a section divider.
</tooltip>
</action>
<action icon="tag_comm" type="tag" name="tag_comment" text="Comment" >
<tag>&lt;!--</tag>
<xtag use="true" >--></xtag>
<tooltip>The &lt;b>!-- -->&lt;/b> element &lt;i>comment&lt;/i> a text inside.
</tooltip>
</action>
<action icon="div_left" type="tag" name="tag_div_left" text="Align Left" >
<tag>&lt;div align=&quot;left&quot;></tag>
<xtag use="true" >&lt;/div></xtag>
<tooltip>The &lt;b>DIV ALIGN&lt;/b>=&lt;i>left&lt;/i>
suggests the horizontal alignment for the content of the division to &lt;i>left&lt;/i>.
</tooltip>
</action>
<action icon="div_center" type="tag" name="tag_div_center" text="Align Center" >
<tag>&lt;div align=&quot;center&quot;></tag>
<xtag use="true" >&lt;/div></xtag>
<tooltip>The &lt;b>DIV ALIGN&lt;/b>=&lt;i>center&lt;/i> or &lt;b>CENTER&lt;/b>
suggests the horizontal alignment for the content of the division to &lt;i>center&lt;/i>.
</tooltip>
</action>
<action icon="div_right" type="tag" name="tag_div_right" text="Align Right" >
<tag>&lt;div align=&quot;right&quot;></tag>
<xtag use="true" >&lt;/div></xtag>
<tooltip>The &lt;b>DIV ALIGN&lt;/b>=&lt;i>right&lt;/i>
suggests the horizontal alignment for the content of the division to &lt;i>right&lt;/i>.
</tooltip>
</action>
<action icon="div_justify" type="tag" name="tag_div_justify" text="Align Justify" >
<tag>&lt;div align=&quot;justify&quot;></tag>
<xtag use="true" >&lt;/div></xtag>
<tooltip>The &lt;b>DIV ALIGN&lt;/b>=&lt;i>justify&lt;/i>
suggests the horizontal alignment for the content of the division to &lt;i>justify&lt;/i>.
</tooltip>
</action>
</actions>

@ -0,0 +1,26 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="Standard" noMerge="1" name="standard" >
<text>Standard</text>
<Action name="tag_quick_start" />
<Separator lineSeparator="true" name="separator_3" />
<Action name="tag_b" />
<Action name="tag_i" />
<Action name="tag_u" />
<Separator lineSeparator="true" name="separator_2" />
<Action name="tag_br" />
<Action name="tag_p" />
<Action name="tag_nbsp" />
<Separator lineSeparator="true" name="separator_1" />
<Action name="tag_a" />
<Action name="tag_img" />
<Action name="tag_hr" />
<Action name="tag_comment" />
<Separator lineSeparator="true" name="separator_0" />
<Action name="tag_div_left" />
<Action name="tag_div_center" />
<Action name="tag_div_right" />
<Action name="tag_div_justify" />
</ToolBar>
</kpartgui>

@ -0,0 +1,44 @@
<!DOCTYPE actionsconfig>
<actions>
<action icon="tag_table" type="tag" name="tag_table" text="Table" >
<tag useDialog="true" >&lt;table></tag>
<xtag use="true" inLine="false" >&lt;/table></xtag>
</action>
<action icon="tag_table_row" type="tag" name="tag_table_row" text="Table Row (with dialog)" >
<tag useDialog="true" >&lt;tr></tag>
<xtag use="true" inLine="false" >&lt;/tr></xtag>
</action>
<action icon="tag_table_body" type="tag" name="tag_table_body" text="Table Body (with dialog)" >
<tag useDialog="true" >&lt;tbody></tag>
<xtag use="true" inLine="true" >&lt;/tbody></xtag>
</action>
<action icon="table_head" type="tag" name="tag_table_head" text="Table Head (with dialog)" >
<tag useDialog="true" >&lt;th></tag>
<xtag use="true" inLine="true" >&lt;/th></xtag>
</action>
<action icon="table_data" type="tag" name="tag_table_data" text="Table Data (with dialog)" >
<tag useDialog="true" >&lt;td></tag>
<xtag use="true" inLine="true" >&lt;/td></xtag>
</action>
<action icon="tag_tbody" type="tag" name="tag_tbody" text="Table Body" >
<tag useDialog="false" >&lt;tbody></tag>
<xtag use="true" inLine="true" >&lt;/tbody></xtag>
</action>
<action icon="tag_th" type="tag" name="tag_th" text="Table Head" >
<tag useDialog="false" >&lt;th></tag>
<xtag use="true" inLine="true" >&lt;/th></xtag>
</action>
<action icon="tag_tr" type="tag" name="tag_tr" text="Table Row" >
<tag useDialog="false" >&lt;tr></tag>
<xtag use="true" inLine="false" >&lt;/tr></xtag>
</action>
<action icon="tag_td" type="tag" name="tag_td" text="Table Data" >
<tag useDialog="false" >&lt;td></tag>
<xtag use="true" inLine="true" >&lt;/td></xtag>
</action>
<action icon="tag_caption" type="tag" name="tag_caption" text="Caption" >
<tag useDialog="false" >&lt;caption></tag>
<xtag use="true" inLine="true" >&lt;/caption></xtag>
</action>
</actions>

@ -0,0 +1,20 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="Tables" noMerge="1" name="tables" >
<text>Tables</text>
<Action name="tag_quick_table" />
<Separator lineSeparator="true" name="separator_1" />
<Action name="tag_table" />
<Action name="tag_table_row" />
<Action name="tag_table_body" />
<Action name="tag_table_head" />
<Action name="tag_table_data" />
<Separator lineSeparator="true" name="separator_0" />
<Action name="tag_tbody" />
<Action name="tag_th" />
<Action name="tag_tr" />
<Action name="tag_td" />
<Action name="tag_caption" />
</ToolBar>
</kpartgui>

@ -0,0 +1,4 @@
<!DOCTYPE actionsconfig>
<actions>
</actions>

@ -0,0 +1,9 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="CSS" noMerge="1" name="css" >
<text>CSS</text>
<Action name="insert_css" />
<Action name="tag_color" />
</ToolBar>
</kpartgui>

@ -0,0 +1,4 @@
<!DOCTYPE actionsconfig>
<actions>
</actions>

@ -0,0 +1,28 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="Debug" noMerge="1" name="debug" >
<text>Debug</text>
<Action name="debug_connect" />
<Action name="debug_disconnect"/>
<Separator/>
<Action name="debug_run" />
<Action name="debug_leap"/>
<Action name="debug_stepover"/>
<Action name="debug_stepinto"/>
<Action name="debug_stepout"/>
<Action name="debug_skip"/>
<Separator/>
<Action name="debug_pause"/>
<Action name="debug_kill"/>
<Separator/>
<Action name="debug_breakpoints_toggle"/>
<Action name="debug_breakpoints_prev"/>
<Action name="debug_breakpoints_next"/>
</ToolBar>
</kpartgui>

@ -0,0 +1,36 @@
<!DOCTYPE actionsconfig>
<actions>
<action shortcut="" icon="classnew" type="tag" tooltip="" name="class_name" text="Class Name" >
<tag useDialog="false" >&lt;classname></tag>
<xtag use="true" >&lt;/classname></xtag>
</action>
<action shortcut="" icon="tag_simpleContent.png" type="tag" tooltip="" name="metod_name" text="Metod Name" >
<tag useDialog="false" >&lt;methodname></tag>
<xtag use="true" >&lt;/methodname></xtag>
</action>
<action shortcut="" icon="tag_simpleType.png" type="tag" tooltip="" name="function" text="Function" >
<tag useDialog="false" >&lt;function></tag>
<xtag use="true" >&lt;/function></xtag>
</action>
<action shortcut="" icon="document" type="tag" tooltip="" name="file_name" text="File Name" >
<tag useDialog="false" >&lt;filename></tag>
<xtag use="true" >&lt;/filename></xtag>
</action>
<action shortcut="" icon="ball" type="tag" tooltip="" name="user_Epw2Qe3Kvs" text="Var Name" >
<tag useDialog="false" >&lt;varname></tag>
<xtag use="true" >&lt;/varname></xtag>
</action>
<action shortcut="" icon="openterm" type="tag" tooltip="" name="user_oKWGEw965k" text="Command Line" >
<tag useDialog="false" >&lt;command></tag>
<xtag use="true" >&lt;/command></xtag>
</action>
<action shortcut="" icon="dbgparam" type="tag" tooltip="" name="user_oZkq1Ppvpx" text="Parameter" >
<tag useDialog="false" >&lt;parameter></tag>
<xtag use="true" >&lt;/parameter></xtag>
</action>
<action shortcut="" icon="alevt" type="tag" tooltip="" name="user_5WvRzjFHpe" text="Prompt" >
<tag useDialog="false" >&lt;para>&lt;prompt>&amp;prompt;&lt;/prompt>&lt;userinput></tag>
<xtag use="true" >&lt;/userinput>&lt;/para></xtag>
</action>
</actions>

@ -0,0 +1,16 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="Docbook - Code" noMerge="1" name="docbook - code" >
<text>tagxml</text>
<Action name="class_name" />
<Action name="metod_name" />
<Action name="function" />
<Separator name="separator_3" />
<Action name="file_name" />
<Action name="user_Epw2Qe3Kvs" />
<Action name="user_oKWGEw965k" />
<Action name="user_oZkq1Ppvpx" />
<Action name="user_5WvRzjFHpe" />
</ToolBar>
</kpartgui>

@ -0,0 +1,32 @@
<!DOCTYPE actionsconfig>
<actions>
<action shortcut="" icon="exec" type="tag" tooltip="" name="user_sWJ8OKoJfG" text="Application Name" >
<tag useDialog="false" >&lt;application></tag>
<xtag use="true" >&lt;/application></xtag>
</action>
<action shortcut="" icon="exit" type="tag" tooltip="" name="user_TPRJO58R3M" text="Button" >
<tag useDialog="false" >&lt;guibutton></tag>
<xtag use="true" >&lt;/guibutton></xtag>
</action>
<action shortcut="" icon="ktip" type="tag" tooltip="" name="user_Sha2M5DOVK" text="Icon" >
<tag useDialog="false" >&lt;guiicon></tag>
<xtag use="true" >&lt;/guiicon></xtag>
</action>
<action shortcut="" icon="tag_label" type="tag" tooltip="" name="user_T12CcAnTMI" text="Label" >
<tag useDialog="false" >&lt;guilabel></tag>
<xtag use="true" >&lt;/guilabel></xtag>
</action>
<action shortcut="" icon="view_sidetree" type="tag" tooltip="" name="user_Znh0734FU5" text="Menu" >
<tag useDialog="false" >&lt;guimenu></tag>
<xtag use="true" >&lt;/guimenu></xtag>
</action>
<action shortcut="" icon="idea" type="tag" tooltip="" name="user_Zun9u9C7Vh" text="menu item" >
<tag useDialog="false" >&lt;guimenuitem></tag>
<xtag use="true" >&lt;/guimenuitem></xtag>
</action>
<action shortcut="" icon="view_tree" type="tag" tooltip="" name="user_RxgS7Gcukw" text="Sub menu" >
<tag useDialog="false" >&lt;guisubmenu></tag>
<xtag use="true" >&lt;guisubmenu></xtag>
</action>
</actions>

@ -0,0 +1,14 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="Docbook - UI" noMerge="1" name="docbook - ui" >
<text>Docbook - UI</text>
<Action name="user_sWJ8OKoJfG" />
<Action name="user_TPRJO58R3M" />
<Action name="user_Sha2M5DOVK" />
<Action name="user_T12CcAnTMI" />
<Action name="user_Znh0734FU5" />
<Action name="user_Zun9u9C7Vh" />
<Action name="user_RxgS7Gcukw" />
</ToolBar>
</kpartgui>

@ -0,0 +1,112 @@
<!DOCTYPE actionsconfig>
<actions>
<action shortcut="" icon="new.png" type="text" tooltip="New Chapter" name="user_templ" text="New Tag file" statustext="New Tag file" >
<text>&lt;chapter id=&quot;&quot;>
&lt;!-- -->
&lt;title>&lt;/title>
&lt;para>&lt;/para>
&lt;sect1>
&lt;title>&lt;/title>
&lt;para>&lt;/para>
&lt;/sect1>
&lt;/chapter>
</text>
</action>
<action icon="tag_title.png" type="tag" tooltip="Title" name="user_title" text="Title" statustext="Title" >
<tag useDialog="false" >&lt;title></tag>
<xtag use="true" >&lt;/title></xtag>
<text/>
<script input="none" >''</script>
</action>
<action icon="tag_para.png" type="tag" tooltip="para" name="user_para" statustext="para" text="para" >
<tag useDialog="false" >&lt;para></tag>
<xtag use="true" >&lt;/para></xtag>
<text/>
<script input="none" >''</script>
</action>
<action icon="tag_comm" type="tag" name="tag_comment" text="Comment" >
<tag>&lt;!--</tag>
<xtag use="true" >--></xtag>
<tooltip>The &lt;b>!-- -->&lt;/b> element &lt;i>comment&lt;/i> a text inside.
</tooltip>
</action>
<action shortcut="" icon="tag_notation" type="tag" tooltip="note" name="user_note" statustext="note" text="note" >
<tag useDialog="false" >&lt;note></tag>
<xtag use="true" >&lt;/note></xtag>
</action>
<action shortcut="" icon="tag_sect1" type="tag" tooltip="sect1" name="user_sect1" statustext="sect1" text="sect1" >
<tag useDialog="false" >&lt;sect1 id=&quot;&quot;></tag>
<xtag use="true" >&lt;/sect1></xtag>
</action>
<action shortcut="" icon="tag_sect2" type="tag" tooltip="sect2" name="user_sect2" statustext="sect2" text="sect2" >
<tag useDialog="false" >&lt;sect2 id=&quot;&quot;></tag>
<xtag use="true" >&lt;/sect2></xtag>
</action>
<action shortcut="" icon="tag_sect3" type="tag" tooltip="sect3" name="user_sect3" statustext="sect3" text="sect3" >
<tag useDialog="false" >&lt;sect3 id=&quot;&quot;></tag>
<xtag use="true" >&lt;/sect3></xtag>
</action>
<action shortcut="" icon="tag_sect4" type="tag" tooltip="sect4" name="user_sect4" statustext="sect4" text="sect4" >
<tag useDialog="false" >&lt;sect4 id=&quot;&quot;></tag>
<xtag use="true" >&lt;/sect4></xtag>
</action>
<action icon="tag_a" type="tag" name="tag_xref" text="Anchor..." >
<tag useDialog="false" >&lt;xref linkend=&quot;&quot;/></tag>
<xtag use="false" />
</action>
<action shortcut="" icon="tag_link" type="tag" tooltip="" name="tag_ulink" text="Web Link" >
<tag useDialog="false" >&lt;ulink url=&quot;&quot;></tag>
<xtag use="true" >&lt;/ulink></xtag>
</action>
<action icon="tag_image" type="text" name="text_img" text="New image file" statustext="New image file" >
<text>&lt;figure id=&quot;&quot;>
&lt;title>&lt;/title>
&lt;graphic fileref=&quot;&quot;/>
&lt;/figure>
</text>
</action>
<action shortcut="" icon="source" type="text" tooltip="programlisting" name="user_programlisting" statustext="programlisting" text="programlisting" >
<text>&lt;example role=&quot;codelisting&quot; id=&quot;&quot;>
&lt;title>&lt;/title>
&lt;programlisting>&lt;![CDATA[
]]&gt;&lt;/programlisting>
&lt;/example></text>
</action>
<action icon="tag_li" type="tag" name="user_list" text="List" >
<tag useDialog="false" >&lt;itemizedlist></tag>
<xtag use="true" inLine="true" >&lt;/itemizedlist></xtag>
</action>
<action icon="tag_dl.png" type="tag" tooltip="Items" name="user_list_item" statustext="List Item" text="Items" >
<tag useDialog="false" >&lt;listitem>&lt;para></tag>
<xtag use="true" >&lt;/para>&lt;/listitem></xtag>
<text/>
</action>
<action shortcut="" icon="text_under" type="tag" tooltip="" name="emphasis" text="Emphasis" >
<tag useDialog="false" >&lt;emphasis></tag>
<xtag use="true" >&lt;/emphasis></xtag>
</action>
<action shortcut="" icon="tag_table" type="script" tooltip="Table" name="user_0cdwcxymGz" text="Table" >
<script output="cursor" error="none" input="none" >kmdr-executor -c quanta %scriptdir/docbook_table.kmdr</script>
</action>
<action shortcut="" icon="tag_amp" type="tag" tooltip="&amp;amp;" name="user_388Vg03X6m" text="amp" >
<tag useDialog="false" >&amp;amp;</tag>
<xtag use="true" >&amp;amp;</xtag>
</action>
<action shortcut="" icon="tag_cdata" type="tag" tooltip="&lt;![CDATA ]]&gt;" name="user_JhxuFyiFEM" text="CDATA" >
<tag useDialog="false" >&lt;![CDATA</tag>
<xtag use="true" >]]&gt;</xtag>
</action>
</actions>

@ -0,0 +1,31 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="KDE Docbook" noMerge="1" name="kde docbook" >
<text>tagxml</text>
<Action name="user_templ" />
<Separator name="separator_3" />
<Action name="user_title" />
<Action name="user_para" />
<Action name="tag_comment" />
<Action name="user_note" />
<Separator name="separator_2" />
<Action name="user_sect1" />
<Action name="user_sect2" />
<Action name="user_sect3" />
<Action name="user_sect4" />
<Separator name="separator_1" />
<Action name="tag_xref" />
<Action name="tag_ulink" />
<Action name="text_img" />
<Action name="user_programlisting" />
<Action name="user_0cdwcxymGz" />
<Separator name="separator_0" />
<Action name="user_list" />
<Action name="user_list_item" />
<Separator name="separator_3" />
<Action name="emphasis" />
<Action name="user_388Vg03X6m" />
<Action name="user_JhxuFyiFEM" />
</ToolBar>
</kpartgui>

@ -0,0 +1,10 @@
<!DOCTYPE actionsconfig>
<actions>
<action shortcut="" icon="xmlval.png" type="script" tooltip="Validates XML." name="user_yjCpWx7Rfm" text="XML Validator" >
<script output="message" error="message" input="none" >kmdr-executor -c quanta %scriptdir/xmlval.kmdr</script>
</action>
<action shortcut="" icon="xsltproc.png" type="script" tooltip="" name="user_bmo5dsncZz" text="XSLT Processor" >
<script output="message" error="message" input="none" >kmdr-executor -c quanta %scriptdir/xsltproc.kmdr</script>
</action>
</actions>

@ -0,0 +1,9 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="XML Tools" name="xml tools" >
<text>XML Tools</text>
<Action name="user_yjCpWx7Rfm" />
<Action name="user_bmo5dsncZz" />
</ToolBar>
</kpartgui>

@ -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>

@ -0,0 +1,24 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="Forms" noMerge="1" name="forms" >
<text>Forms</text>
<Action name="tag_form" />
<Separator lineSeparator="true" name="separator_3" />
<Action name="tag_form_select" />
<Action name="user_hydMh64bTl" />
<Action name="tag_form_check" />
<Action name="tag_form_radio" />
<Action name="tag_form_button" />
<Separator lineSeparator="true" name="separator_2" />
<Action name="tag_form_textarea" />
<Action name="tag_form_passedit" />
<Action name="tag_form_lineedit" />
<Separator lineSeparator="true" name="separator_1" />
<Action name="user_JatvQW5b4N" />
<Action name="user_ItjqmeHGks" />
<Separator name="separator_0" />
<Action name="tag_form_submit" />
<Action name="tag_form_reset" />
</ToolBar>
</kpartgui>

@ -0,0 +1,28 @@
<!DOCTYPE actionsconfig>
<actions>
<action icon="tag_ul" type="tag" name="tag_ul" text="Unordered List" >
<tag useDialog="false" >&lt;ul></tag>
<xtag use="true" inLine="false" >&lt;/ul></xtag>
</action>
<action icon="tag_ol" type="tag" name="tag_ol" text="Ordered List" >
<tag useDialog="false" >&lt;ol></tag>
<xtag use="true" inLine="false" >&lt;/ol></xtag>
</action>
<action icon="tag_li" type="tag" name="tag_li" text="List Item" >
<tag useDialog="false" >&lt;li></tag>
<xtag use="true" inLine="true" >&lt;/li></xtag>
</action>
<action icon="tag_dl" type="tag" name="tag_dl" text="Definition List" >
<tag useDialog="false" >&lt;dl></tag>
<xtag use="true" inLine="false" >&lt;/dl></xtag>
</action>
<action icon="tag_dt" type="tag" name="tag_dt" text="Definition Term" >
<tag useDialog="false" >&lt;dt></tag>
<xtag use="true" inLine="true" >&lt;/dt></xtag>
</action>
<action icon="tag_dd" type="tag" name="tag_dd" text="Definition" >
<tag useDialog="false" >&lt;dd></tag>
<xtag use="true" inLine="true" >&lt;/dd></xtag>
</action>
</actions>

@ -0,0 +1,16 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="Lists" name="lists" >
<text>Lists</text>
<Action name="tag_quick_list" />
<Separator lineSeparator="true" />
<Action name="tag_ul" />
<Action name="tag_ol" />
<Action name="tag_li" />
<Separator lineSeparator="true" />
<Action name="tag_dl" />
<Action name="tag_dt" />
<Action name="tag_dd" />
</ToolBar>
</kpartgui>

@ -0,0 +1,23 @@
<!DOCTYPE actionsconfig>
<actions>
<action icon="date" type="script" name="tag_date" text="Time" >
<script output="cursor" error="none" input="none" >date</script>
</action>
<action shortcut="" icon="tag_meta.png" type="tag" tooltip="Meta Tag" name="user_LAFBv3jcy0" text="Meta" >
<tag useDialog="true" >&lt;meta></tag>
<xtag use="false" ></xtag>
</action>
<action shortcut="" icon="tag_a_url.png" type="tag" tooltip="" name="user_4SxzUeZQfb" text="Base" >
<tag useDialog="true" >&lt;base></tag>
<xtag use="false" ></xtag>
</action>
<action shortcut="" icon="tag_font_base.png" type="tag" tooltip="Style Tag" name="user_aLc0VMPQ3Q" text="Style" >
<tag useDialog="false" >&lt;style type=&quot;text/css&quot;></tag>
<xtag use="true" >&lt;/style></xtag>
</action>
<action shortcut="" icon="tag_a.png" type="tag" tooltip="Link Tag" name="user_WfcdDwEDRa" text="Link" >
<tag useDialog="true" >&lt;link></tag>
<xtag use="false" ></xtag>
</action>
</actions>

@ -0,0 +1,19 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="Other" noMerge="1" name="other" >
<text>Other</text>
<Action name="tag_date" />
<Action name="tag_mail" />
<Action name="tag_misc" />
<Separator lineSeparator="true" name="separator_2" />
<Action name="tag_frame_wizard" />
<Separator lineSeparator="true" name="separator_1" />
<Action name="insert_char" />
<Separator name="separator_0" />
<Action name="user_LAFBv3jcy0" />
<Action name="user_4SxzUeZQfb" />
<Action name="user_aLc0VMPQ3Q" />
<Action name="user_WfcdDwEDRa" />
</ToolBar>
</kpartgui>

@ -0,0 +1,106 @@
<!DOCTYPE actionsconfig>
<actions>
<action shortcut="" icon="quick_start.png" type="script" tooltip="Kommander Quick Start Dialog" name="tag_quick_start" text="Quick Start Dialog" >
<script output="new" error="message" input="none" >kmdr-executor -c quanta %scriptdir/htmlquickstart.kmdr</script>
</action>
<action shortcut="Alt+Ctrl+B" icon="tag_bold" type="tag" tooltip="Bold &amp;lt;em>" name="tag_b" text="Bold" toggable="true" >
<tooltip>The &lt;b>B&lt;/b> element suggests that text be rendered as &lt;i>bold text&lt;/i>.
&lt;br>- common attributes
</tooltip>
<tag useDialog="false" >&lt;strong></tag>
<xtag use="true" >&lt;/strong></xtag>
</action>
<action shortcut="" icon="tag_i" type="tag" tooltip="Italic &amp;lt;strong>" name="tag_i" text="Italic" >
<tooltip>The &lt;b>I&lt;/b> element suggests that text be rendered as &lt;i>italic text&lt;/i>.
&lt;br>- common attributes
</tooltip>
<tag useDialog="false" >&lt;em></tag>
<xtag use="true" >&lt;/em></xtag>
</action>
<action icon="tag_u" type="tag" name="tag_u" text="Underline" >
<tag>&lt;u></tag>
<xtag use="true" >&lt;/u></xtag>
<tooltip>The &lt;b>U&lt;/b> element, deprecated in HTML 4.0, suggests that text be rendered as &lt;i>underlined text&lt;/i>.
&lt;br>- common attributes
</tooltip>
</action>
<action shortcut="Ctrl+Return" icon="tag_br" type="tag" name="tag_br" text="New Line" >
<tag>&lt;br></tag>
<tooltip>The &lt;b>BR&lt;/b> element forces a &lt;i>break&lt;/i> in the current line of text.
&lt;br>- CLEAR=[ left | all | right | none ] (clear floating objects)
&lt;br>- core attributes
</tooltip>
</action>
<action icon="tag_p" type="tag" name="tag_p" text="Paragraph" >
<tag>&lt;p></tag>
<xtag use="true" >&lt;/p></xtag>
<tooltip>The &lt;b>P&lt;/b> element defines a &lt;i>paragraph&lt;/i>.
&lt;br>- ALIGN=[ left | center | right | justify ] (horizontal alignment)
&lt;br>- common attributes
</tooltip>
</action>
<action shortcut="Alt+Space" icon="tag_nbsp" type="text" name="tag_nbsp" text="Non Breaking Space" >
<text>&amp;nbsp;</text>
<tooltip>Inserting &lt;b>nbsp&lt;/b>.
Non breaking &lt;i>space&lt;/i>.
</tooltip>
</action>
<action icon="tag_a" type="tag" name="tag_a" text="Anchor..." >
<tag useDialog="true" >&lt;a></tag>
<xtag use="true" >&lt;/a></xtag>
<tooltip>The &lt;b>A&lt;/b> element denotes an &lt;i>anchor&lt;/i>--a hypertext link or the destination of a link.
The &lt;b>HREF&lt;/b> attribute specifies a hypertext link to another resource, such as an &lt;i>HTML&lt;/i> document or a &lt;i>JPEG&lt;/i> image.
</tooltip>
</action>
<action icon="tag_image" type="tag" name="tag_img" text="Image..." >
<tag useDialog="true" >&lt;img></tag>
<tooltip>The &lt;b>IMG&lt;/b> element specifies an &lt;i>inline&lt;/i> image.
The required &lt;b>SRC&lt;/b> attribute specifies the location of the image.
</tooltip>
</action>
<action shortcut="Ctrl+-" icon="tag_hr" type="tag" name="tag_hr" text="Horizontal Line" >
<tag>&lt;hr></tag>
<tooltip>The &lt;b>HR&lt;/b> element defines a &lt;i>horizontal rule&lt;/i> for visual browsers.
While this element is inherently presentational, it can be used structurally as a section divider.
</tooltip>
</action>
<action icon="tag_comm" type="tag" name="tag_comment" text="Comment" >
<tag>&lt;!--</tag>
<xtag use="true" >--></xtag>
<tooltip>The &lt;b>!-- -->&lt;/b> element &lt;i>comment&lt;/i> a text inside.
</tooltip>
</action>
<action icon="div_left" type="tag" name="tag_div_left" text="Align Left" >
<tag>&lt;div align=&quot;left&quot;></tag>
<xtag use="true" >&lt;/div></xtag>
<tooltip>The &lt;b>DIV ALIGN&lt;/b>=&lt;i>left&lt;/i>
suggests the horizontal alignment for the content of the division to &lt;i>left&lt;/i>.
</tooltip>
</action>
<action icon="div_center" type="tag" name="tag_div_center" text="Align Center" >
<tag>&lt;div align=&quot;center&quot;></tag>
<xtag use="true" >&lt;/div></xtag>
<tooltip>The &lt;b>DIV ALIGN&lt;/b>=&lt;i>center&lt;/i> or &lt;b>CENTER&lt;/b>
suggests the horizontal alignment for the content of the division to &lt;i>center&lt;/i>.
</tooltip>
</action>
<action icon="div_right" type="tag" name="tag_div_right" text="Align Right" >
<tag>&lt;div align=&quot;right&quot;></tag>
<xtag use="true" >&lt;/div></xtag>
<tooltip>The &lt;b>DIV ALIGN&lt;/b>=&lt;i>right&lt;/i>
suggests the horizontal alignment for the content of the division to &lt;i>right&lt;/i>.
</tooltip>
</action>
<action icon="div_justify" type="tag" name="tag_div_justify" text="Align Justify" >
<tag>&lt;div align=&quot;justify&quot;></tag>
<xtag use="true" >&lt;/div></xtag>
<tooltip>The &lt;b>DIV ALIGN&lt;/b>=&lt;i>justify&lt;/i>
suggests the horizontal alignment for the content of the division to &lt;i>justify&lt;/i>.
</tooltip>
</action>
<action shortcut="" icon="tag_font.png" type="tag" tooltip="span text" name="user_VKbFslb73x" text="Span" >
<tag useDialog="true" >&lt;span></tag>
<xtag use="true" >&lt;/span></xtag>
</action>
</actions>

@ -0,0 +1,27 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="Standard" noMerge="1" name="standard" >
<text>Standard</text>
<Action name="tag_quick_start" />
<Separator lineSeparator="true" name="separator_3" />
<Action name="tag_b" />
<Action name="tag_i" />
<Action name="tag_u" />
<Separator lineSeparator="true" name="separator_2" />
<Action name="tag_br" />
<Action name="tag_p" />
<Action name="tag_nbsp" />
<Separator lineSeparator="true" name="separator_1" />
<Action name="tag_a" />
<Action name="tag_img" />
<Action name="tag_hr" />
<Action name="tag_comment" />
<Separator lineSeparator="true" name="separator_0" />
<Action name="tag_div_left" />
<Action name="tag_div_center" />
<Action name="tag_div_right" />
<Action name="tag_div_justify" />
<Action name="user_VKbFslb73x" />
</ToolBar>
</kpartgui>

@ -0,0 +1,72 @@
<!DOCTYPE actionsconfig>
<actions>
<action shortcut="" icon="tag_font.png" type="tag" tooltip="span text" name="user_VKbFslb73x" text="Span" >
<tag useDialog="true" >&lt;span></tag>
<xtag use="true" >&lt;/span></xtag>
</action>
<action shortcut="" icon="div_justify.png" type="tag" tooltip="Div Block" name="user_Qu9EZKcwvK" text="Div" >
<tag useDialog="true" >&lt;div></tag>
<xtag use="true" >&lt;/div></xtag>
</action>
<action icon="tag_pre" type="tag" name="tag_pre" text="Pre" >
<tag useDialog="false" >&lt;pre></tag>
<xtag use="true" inLine="false" >&lt;/pre></xtag>
<tooltip>The &lt;b>PRE&lt;/b> element allows to view &lt;i>preformatted&lt;/i> text.
</tooltip>
</action>
<action icon="tag_sub" type="tag" name="tag_sub" text="Subscript" >
<tag useDialog="false" >&lt;sub></tag>
<xtag use="true" >&lt;/sub></xtag>
<tooltip>The &lt;b>SUB&lt;/b> element is used for &lt;i>subscripts&lt;/i>.
&lt;br>- common attributes
</tooltip>
</action>
<action icon="tag_sup" type="tag" name="tag_sup" text="Superscript" >
<tag useDialog="false" >&lt;sup></tag>
<xtag use="true" >&lt;/sup></xtag>
<tooltip>The &lt;b>SUP&lt;/b> element is used for &lt;i>superscripts&lt;/i>.
&lt;br>- common attributes
</tooltip>
</action>
<action icon="tag_h1" type="tag" name="tag_h1" text="Head 1 Level" >
<tag useDialog="false" >&lt;h1></tag>
<xtag use="true" >&lt;/h1></xtag>
<tooltip>The &lt;b>H1&lt;/b> element defines a &lt;i>level-one heading&lt;/i>.
&lt;br>- ALIGN=[ left | center | right | justify ] (horizontal alignment)
&lt;br>- common attributes
</tooltip>
</action>
<action icon="tag_h2" type="tag" name="tag_h2" text="Head 2 Level" >
<tag useDialog="false" >&lt;h2></tag>
<xtag use="true" >&lt;/h2></xtag>
<tooltip>The &lt;b>H2&lt;/b> element defines a &lt;i>level-two heading&lt;/i>.
&lt;br>- ALIGN=[ left | center | right | justify ] (horizontal alignment)
&lt;br>- common attributes
</tooltip>
</action>
<action icon="tag_h3" type="tag" name="tag_h3" text="Head 3 Level" >
<tag useDialog="false" >&lt;h3></tag>
<xtag use="true" >&lt;/h3></xtag>
<tooltip>The &lt;b>H3&lt;/b> element defines a &lt;i>level-three heading&lt;/i>.
&lt;br>- ALIGN=[ left | center | right | justify ] (horizontal alignment)
&lt;br>- common attributes
</tooltip>
</action>
<action icon="tag_h4" type="tag" name="tag_h4" text="Head 4 Level" >
<tag useDialog="false" >&lt;h4></tag>
<xtag use="true" >&lt;/h4></xtag>
<tooltip>The &lt;b>H4&lt;/b> element defines a &lt;i>level-four heading&lt;/i>.
&lt;br>- ALIGN=[ left | center | right | justify ] (horizontal alignment)
&lt;br>- common attributes
</tooltip>
</action>
<action icon="tag_h5" type="tag" name="tag_h5" text="Head 5 Level" >
<tag useDialog="false" >&lt;h5></tag>
<xtag use="true" >&lt;/h5></xtag>
<tooltip>The &lt;b>H5&lt;/b> element defines a &lt;i>level-five heading&lt;/i>.
&lt;br>- ALIGN=[ left | center | right | justify ] (horizontal alignment)
&lt;br>- common attributes
</tooltip>
</action>
</actions>

@ -0,0 +1,21 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="Style" noMerge="1" name="style" >
<text>Style</text>
<Action name="user_VKbFslb73x" />
<Action name="user_Qu9EZKcwvK" />
<Action name="insert_css" />
<Action name="tag_color" />
<Separator lineSeparator="true" name="separator_1" />
<Action name="tag_pre" />
<Action name="tag_sub" />
<Action name="tag_sup" />
<Separator lineSeparator="true" name="separator_0" />
<Action name="tag_h1" />
<Action name="tag_h2" />
<Action name="tag_h3" />
<Action name="tag_h4" />
<Action name="tag_h5" />
</ToolBar>
</kpartgui>

@ -0,0 +1,44 @@
<!DOCTYPE actionsconfig>
<actions>
<action icon="tag_table" type="tag" name="tag_table" text="Table" >
<tag useDialog="true" >&lt;table></tag>
<xtag use="true" inLine="false" >&lt;/table></xtag>
</action>
<action icon="tag_table_row" type="tag" name="tag_table_row" text="Table Row (with dialog)" >
<tag useDialog="true" >&lt;tr></tag>
<xtag use="true" inLine="false" >&lt;/tr></xtag>
</action>
<action icon="tag_table_body" type="tag" name="tag_table_body" text="Table Body (with dialog)" >
<tag useDialog="true" >&lt;tbody></tag>
<xtag use="true" inLine="true" >&lt;/tbody></xtag>
</action>
<action icon="table_head" type="tag" name="tag_table_head" text="Table Head (with dialog)" >
<tag useDialog="true" >&lt;th></tag>
<xtag use="true" inLine="true" >&lt;/th></xtag>
</action>
<action icon="table_data" type="tag" name="tag_table_data" text="Table Data (with dialog)" >
<tag useDialog="true" >&lt;td></tag>
<xtag use="true" inLine="true" >&lt;/td></xtag>
</action>
<action icon="tag_tbody" type="tag" name="tag_tbody" text="Table Body" >
<tag useDialog="false" >&lt;tbody></tag>
<xtag use="true" inLine="true" >&lt;/tbody></xtag>
</action>
<action icon="tag_th" type="tag" name="tag_th" text="Table Head" >
<tag useDialog="false" >&lt;th></tag>
<xtag use="true" inLine="true" >&lt;/th></xtag>
</action>
<action icon="tag_tr" type="tag" name="tag_tr" text="Table Row" >
<tag useDialog="false" >&lt;tr></tag>
<xtag use="true" inLine="false" >&lt;/tr></xtag>
</action>
<action icon="tag_td" type="tag" name="tag_td" text="Table Data" >
<tag useDialog="false" >&lt;td></tag>
<xtag use="true" inLine="true" >&lt;/td></xtag>
</action>
<action icon="tag_caption" type="tag" name="tag_caption" text="Caption" >
<tag useDialog="false" >&lt;caption></tag>
<xtag use="true" inLine="true" >&lt;/caption></xtag>
</action>
</actions>

@ -0,0 +1,20 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="Tables" noMerge="1" name="tables" >
<text>Tables</text>
<Action name="tag_edit_table" />
<Separator lineSeparator="true" name="separator_1" />
<Action name="tag_table" />
<Action name="tag_table_row" />
<Action name="tag_table_body" />
<Action name="tag_table_head" />
<Action name="tag_table_data" />
<Separator lineSeparator="true" name="separator_0" />
<Action name="tag_tbody" />
<Action name="tag_th" />
<Action name="tag_tr" />
<Action name="tag_td" />
<Action name="tag_caption" />
</ToolBar>
</kpartgui>

@ -0,0 +1,44 @@
<!DOCTYPE actionsconfig>
<actions>
<action icon="messagebox_warning" type="tag" name="DBtag_warning" text="warning" >
<tag useDialog="false" >&lt;warning></tag>
<xtag use="true" >&lt;/warning></xtag>
</action>
<action shortcut="" icon="messagebox_critical" type="tag" name="DBtag_caution" text="caution" >
<tag useDialog="false" >&lt;caution></tag>
<xtag use="true" >&lt;/caution></xtag>
</action>
<action icon="messagebox_info" type="tag" name="DBtag_important" text="important" >
<tag useDialog="false" >&lt;important></tag>
<xtag use="true" >&lt;/important></xtag>
</action>
<action icon="text_block" type="tag" name="DBtag_note" text="note" >
<tag useDialog="false" >&lt;note></tag>
<xtag use="true" >&lt;/note></xtag>
</action>
<action icon="idea" type="tag" tooltip="" name="DBtag_tip" text="tip" >
<tag useDialog="false" >&lt;tip></tag>
<xtag use="true" >&lt;/tip></xtag>
</action>
<action icon="tag_footnote" type="tag" name="DBtag_footnote" text="footnote" >
<tag useDialog="false" >&lt;footnote id=&quot;&quot;></tag>
<xtag use="true" >&lt;/footnote></xtag>
</action>
<action icon="tag_footnoteref" type="tag" name="DBtag_footnoteref" text="footnoteref" >
<tag useDialog="false" >&lt;footnoteref linkend=&quot;&quot;></tag>
<xtag use="true" >&lt;/footnoteref></xtag>
</action>
<action icon="tag_example" type="tag" name="DBtag_example" text="example" >
<tag useDialog="false" >&lt;example></tag>
<xtag use="true" >&lt;/example></xtag>
</action>
<action icon="tag_informalexample" type="tag" name="DBtag_informalexample" text="informalexample" >
<tag useDialog="false" >&lt;informalexample></tag>
<xtag use="true" >&lt;/informalexample></xtag>
</action>
<action icon="tag_para" type="tag" name="DBtag_para" text="para" >
<tag useDialog="false" >&lt;para></tag>
<xtag use="true" >&lt;/para></xtag>
</action>
</actions>

@ -0,0 +1,21 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="Admonitions" noMerge="1" name="admonitions" >
<text>KDE DocBook Admonitions</text>
<Action name="DBtag_warning" />
<Action name="DBtag_caution" />
<Separator name="separator_3" />
<Action name="DBtag_important" />
<Action name="DBtag_note" />
<Action name="DBtag_tip" />
<Separator name="separator_2" />
<Action name="DBtag_footnote" />
<Action name="DBtag_footnoteref" />
<Separator name="separator_1" />
<Action name="DBtag_example" />
<Action name="DBtag_informalexample" />
<Separator name="separator_0" />
<Action name="DBtag_para" />
</ToolBar>
</kpartgui>

@ -0,0 +1,43 @@
<!DOCTYPE actionsconfig>
<actions>
<action icon="quick-screenshot.png" type="script" tooltip="Image Wizard" name="image_wizard" text="Image Wizard" >
<script output="cursor" error="message" input="none" >kmdr-executor -c quanta %scriptdir/picturewizard.kmdr</script>
</action>
<action icon="tag_screenshot" type="tag" name="DBtag_screenshot" text="screenshot" >
<tag useDialog="false" >&lt;screenshot></tag>
<xtag use="true" >&lt;/screenshot></xtag>
</action>
<action icon="tag_screenshotinfo" type="tag" name="DBtag_screeninfo" text="screeninfo" >
<tag useDialog="false" >&lt;screeninfo></tag>
<xtag use="true" >&lt;/screeninfo></xtag>
</action>
<action icon="video" type="tag" name="DBtag_mediaobject" text="mediaobject" >
<tag useDialog="false" >&lt;mediaobject></tag>
<xtag use="true" >&lt;/mediaobject></xtag>
</action>
<action icon="tag_inlinemediaobject" type="tag" name="DBtag_inlinemediaobject" text="inlinemediaobject" >
<tag useDialog="false" >&lt;inlinemediaobject></tag>
<xtag use="true" >&lt;/inlinemediaobject></xtag>
</action>
<action icon="tag_imagedata" type="tag" name="DBtag_imageobject" text="imageobject" >
<tag useDialog="false" >&lt;imageobject></tag>
<xtag use="true" >&lt;/imageobject></xtag>
</action>
<action icon="image" type="tag" name="DBtag_imagedata" text="imagedata" >
<tag useDialog="false" >&lt;imagedata fileref=&quot;&quot; format=&quot;&quot; /></tag>
<xtag use="true" >&lt;/imagedata></xtag>
</action>
<action shortcut="" icon="leftjust" type="tag" tooltip="" name="DBtag_textobject" text="textobject" >
<tag useDialog="false" >&lt;textobject></tag>
<xtag use="true" >&lt;/textobject></xtag>
</action>
<action shortcut="" icon="txt" type="tag" tooltip="" name="DBtag_phrase" text="phrase" >
<tag useDialog="false" >&lt;phrase></tag>
<xtag use="true" >&lt;/phrase></xtag>
</action>
<action shortcut="" icon="tag_caption" type="tag" name="DBtag_caption" text="caption" >
<tag useDialog="false" >&lt;caption></tag>
<xtag use="true" >&lt;/caption></xtag>
</action>
</actions>

@ -0,0 +1,22 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="Images" noMerge="1" name="images" >
<text>KDE DocBook Images</text>
<Action name="image_wizard" />
<Separator name="separator_4" />
<Action name="DBtag_screenshot" />
<Action name="DBtag_screeninfo" />
<Separator name="separator_3" />
<Action name="DBtag_mediaobject" />
<Action name="DBtag_inlinemediaobject" />
<Separator name="separator_2" />
<Action name="DBtag_imageobject" />
<Action name="DBtag_imagedata" />
<Separator lineSeparator="false" name="separator_1" />
<Action name="DBtag_textobject" />
<Action name="DBtag_phrase" />
<Separator lineSeparator="false" name="separator_0" />
<Action name="DBtag_caption" />
</ToolBar>
</kpartgui>

@ -0,0 +1,59 @@
<!DOCTYPE actionsconfig>
<actions>
<action shortcut="" icon="quick_list.png" type="script" tooltip="List Wizard" name="list_wizard" text="List Wizard" >
<script output="cursor" error="message" input="none" >kmdr-executor -c quanta %scriptdir/listwizard.kmdr</script>
</action>
<action icon="tag_ol" type="tag" name="DBtag_orderedlist" text="orderedlist" >
<tag useDialog="false" >&lt;orderedlist></tag>
<xtag use="true" >&lt;/orderedlist></xtag>
</action>
<action icon="tag_ul" type="tag" name="DBtag_itemizedlist" text="itemizedlist" >
<tag useDialog="false" >&lt;itemizedlist></tag>
<xtag use="true" >&lt;/itemizedlist></xtag>
</action>
<action icon="tag_listitem" type="tag" name="DBtag_listitem" text="listitem" >
<tag useDialog="false" >&lt;listitem></tag>
<xtag use="true" >&lt;/listitem></xtag>
</action>
<action icon="tag_variablelist" type="tag" name="DBtag_variablelist" text="variablelist" >
<tag useDialog="false" >&lt;variablelist></tag>
<xtag use="true" >&lt;/variablelist></xtag>
</action>
<action shortcut="" icon="tag_varlistentry" type="tag" name="DBtag_varlistentry" text="varlistentry" >
<tag useDialog="false" >&lt;varlistentry></tag>
<xtag use="true" >&lt;/varlistentry></xtag>
</action>
<action icon="tag_term" type="tag" name="DBtag_term" text="term" >
<tag useDialog="false" >&lt;term></tag>
<xtag use="true" >&lt;/term></xtag>
</action>
<action shortcut="" icon="tag_varlistitem" type="tag" tooltip="listitem" name="DBtag_varlistitem" text="varlistitem" >
<tag useDialog="false" >&lt;listitem></tag>
<xtag use="true" >&lt;/listitem></xtag>
</action>
<action icon="tag_procedure" type="tag" name="DBtag_procedure" text="procedure" >
<tag useDialog="false" >&lt;procedure></tag>
<xtag use="true" >&lt;/procedure></xtag>
</action>
<action icon="tag_step" type="tag" name="DBtag_step" text="step" >
<tag useDialog="false" >&lt;step></tag>
<xtag use="true" >&lt;/step></xtag>
</action>
<action icon="tag_substeps" type="tag" name="DBtag_substeps" text="substeps" >
<tag useDialog="false" >&lt;substeps></tag>
<xtag use="true" >&lt;/substeps></xtag>
</action>
<action icon="tag_menu" type="tag" name="DBtag_simplelist" text="simplelist" >
<tag useDialog="false" >&lt;simplelist></tag>
<xtag use="true" >&lt;/simplelist></xtag>
</action>
<action icon="tag_member" type="tag" name="DBtag_member" text="member" >
<tag useDialog="false" >&lt;member></tag>
<xtag use="true" >&lt;/member></xtag>
</action>
<action icon="tag_para" type="tag" name="DBtag_para" text="para" >
<tag useDialog="false" >&lt;para></tag>
<xtag use="true" >&lt;/para></xtag>
</action>
</actions>

@ -0,0 +1,26 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="Lists" noMerge="1" name="lists" >
<text>KDE DocBook Lists</text>
<Action name="list_wizard" />
<Separator name="separator_4" />
<Action name="DBtag_orderedlist" />
<Action name="DBtag_itemizedlist" />
<Action name="DBtag_listitem" />
<Separator name="separator_3" />
<Action name="DBtag_variablelist" />
<Action name="DBtag_varlistentry" />
<Action name="DBtag_term" />
<Action name="DBtag_varlistitem" />
<Separator name="separator_2" />
<Action name="DBtag_procedure" />
<Action name="DBtag_step" />
<Action name="DBtag_substeps" />
<Separator name="separator_1" />
<Action name="DBtag_simplelist" />
<Action name="DBtag_member" />
<Separator name="separator_0" />
<Action name="DBtag_para" />
</ToolBar>
</kpartgui>

@ -0,0 +1,56 @@
<!DOCTYPE actionsconfig>
<actions>
<action shortcut="" icon="tag_chapter" type="tag" name="DBtag_chapter" text="chapter" >
<tag useDialog="false" >&lt;chapter id=&quot;&quot;></tag>
<xtag use="true" >&lt;/chapter></xtag>
</action>
<action icon="tag_sect1" type="tag" name="DBtag_sect1" text="sect1" >
<tag useDialog="false" >&lt;sect1 id=&quot;&quot;></tag>
<xtag use="true" >&lt;/sect1></xtag>
</action>
<action icon="tag_sect2" type="tag" name="DBtag_sect2" text="sect2" >
<tag useDialog="false" >&lt;sect2></tag>
<xtag use="true" >&lt;/sect2></xtag>
</action>
<action icon="tag_sect3" type="tag" name="DBtag_sect3" text="sect3" >
<tag useDialog="false" >&lt;sect3></tag>
<xtag use="true" >&lt;/sect3></xtag>
</action>
<action icon="tag_sect4" type="tag" name="DBtag_sect4" text="sect4" >
<tag useDialog="false" >&lt;sect4></tag>
<xtag use="true" >&lt;/sect4></xtag>
</action>
<action icon="tag_sect5" type="tag" name="DBtag_sect5" text="sect5" >
<tag useDialog="false" >&lt;sect5></tag>
<xtag use="true" >&lt;/sect5></xtag>
</action>
<action icon="tag_title" type="tag" name="DBtag_title" text="title" >
<tag useDialog="false" >&lt;title></tag>
<xtag use="true" >&lt;/title></xtag>
</action>
<action icon="tag_para" type="tag" name="DBtag_para" text="para" >
<tag useDialog="false" >&lt;para></tag>
<xtag use="true" >&lt;/para></xtag>
</action>
<action icon="tag_a" type="tag" name="DBtag_anchor" text="anchor" >
<tag useDialog="false" >&lt;anchor id=&quot;&quot;></tag>
<xtag use="false" >&lt;/anchor></xtag>
</action>
<action icon="tag_xref" type="tag" name="DBtag_xref" text="xref" >
<tag useDialog="false" >&lt;xref linkend=&quot;&quot; /></tag>
<xtag use="false" >&lt;/xref></xtag>
</action>
<action icon="tag_link" type="tag" name="DBtag_link" text="link" >
<tag useDialog="false" >&lt;link linkend=&quot;&quot;></tag>
<xtag use="true" >&lt;/link></xtag>
</action>
<action icon="tag_ulink" type="tag" name="DBtag_ulink" text="ulink" >
<tag useDialog="false" >&lt;ulink url=&quot;&quot;></tag>
<xtag use="true" >&lt;/ulink></xtag>
</action>
<action icon="mail_generic" type="tag" name="DBtag_email" text="email" >
<tag useDialog="false" >&lt;email></tag>
<xtag use="true" >&lt;/email></xtag>
</action>
</actions>

@ -0,0 +1,22 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="Standard" noMerge="1" name="standard" >
<text>KDE DocBook Standard</text>
<Action name="DBtag_chapter" />
<Action name="DBtag_sect1" />
<Action name="DBtag_sect2" />
<Action name="DBtag_sect3" />
<Action name="DBtag_sect4" />
<Action name="DBtag_sect5" />
<Separator name="separator_1" />
<Action name="DBtag_title" />
<Action name="DBtag_para" />
<Separator name="separator_0" />
<Action name="DBtag_anchor" />
<Action name="DBtag_xref" />
<Action name="DBtag_link" />
<Action name="DBtag_ulink" />
<Action name="DBtag_email" />
</ToolBar>
</kpartgui>

@ -0,0 +1,39 @@
<!DOCTYPE actionsconfig>
<actions>
<action icon="quick_table.png" type="script" tooltip="Table Wizard" name="table_wizard" text="Table Wizard" >
<script output="cursor" error="message" input="none" >kmdr-executor -c quanta %scriptdir/tablewizard.kmdr</script>
</action>
<action icon="tag_table" type="tag" name="DBtag_table" text="table" >
<tag useDialog="false" >&lt;table></tag>
<xtag use="true" >&lt;/table></xtag>
</action>
<action icon="tag_title" type="tag" name="DBtag_title" text="title" >
<tag useDialog="false" >&lt;title></tag>
<xtag use="true" >&lt;/title></xtag>
</action>
<action icon="tag_th" type="tag" name="DBtag_informaltable" text="informaltable" >
<tag useDialog="false" >&lt;informaltable></tag>
<xtag use="true" >&lt;/informaltable></xtag>
</action>
<action icon="tag_tgroup" type="tag" name="DBtag_tgroup" text="tgroup" >
<tag useDialog="false" >&lt;tgroup cols=&quot;&quot;></tag>
<xtag use="true" >&lt;/tgroup></xtag>
</action>
<action icon="table_head" type="tag" name="DBtag_thead" text="thead" >
<tag useDialog="false" >&lt;thead></tag>
<xtag use="true" >&lt;/thead></xtag>
</action>
<action icon="tag_table_body" type="tag" name="DBtag_tbody" text="tbody" >
<tag useDialog="false" >&lt;tbody></tag>
<xtag use="true" >&lt;/tbody></xtag>
</action>
<action icon="tag_table_row" type="tag" name="DBtag_row" text="row" >
<tag useDialog="false" >&lt;row></tag>
<xtag use="true" >&lt;/row></xtag>
</action>
<action icon="table_data" type="tag" name="DBtag_entry" text="entry" >
<tag useDialog="false" >&lt;entry></tag>
<xtag use="true" >&lt;/entry></xtag>
</action>
</actions>

@ -0,0 +1,20 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="Tables" noMerge="1" name="tables" >
<text>KDE DocBook Tables</text>
<Action name="table_wizard" />
<Separator name="separator_3" />
<Action name="DBtag_table" />
<Action name="DBtag_title" />
<Separator lineSeparator="false" name="separator_2" />
<Action name="DBtag_informaltable" />
<Separator name="separator_1" />
<Action name="DBtag_tgroup" />
<Action name="DBtag_thead" />
<Separator lineSeparator="false" name="separator_0" />
<Action name="DBtag_tbody" />
<Action name="DBtag_row" />
<Action name="DBtag_entry" />
</ToolBar>
</kpartgui>

@ -0,0 +1,48 @@
<!DOCTYPE actionsconfig>
<actions>
<action icon="frame_text" type="tag" name="DBtag_guilabel" text="guilabel" >
<tag useDialog="false" >&lt;guilabel></tag>
<xtag use="true" >&lt;/guilabel></xtag>
</action>
<action icon="frame_edit" type="tag" name="DBtag_guibutton" text="guibutton" >
<tag useDialog="false" >&lt;guibutton></tag>
<xtag use="true" >&lt;/guibutton></xtag>
</action>
<action icon="frame_image" type="tag" name="DBtag_guiicon" text="guiicon" >
<tag useDialog="false" >&lt;guiicon></tag>
<xtag use="true" >&lt;/guiicon></xtag>
</action>
<action icon="tag_menuchoice" type="tag" name="DBtag_menuchoice" text="menuchoice" >
<tag useDialog="false" >&lt;menuchoice></tag>
<xtag use="true" >&lt;/menuchoice></xtag>
</action>
<action icon="tag_shortcut" type="tag" name="DBtag_shortcut" text="shortcut" >
<tag useDialog="false" >&lt;shortcut></tag>
<xtag use="true" >&lt;/shortcut></xtag>
</action>
<action icon="tag_guimenu" type="tag" name="DBtag_guimenu" text="guimenu" >
<tag useDialog="false" >&lt;guimenu></tag>
<xtag use="true" >&lt;/guimenu></xtag>
</action>
<action icon="tag_guimenuitem" type="tag" name="DBtag_guimenuitem" text="guimenuitem" >
<tag useDialog="false" >&lt;guimenuitem></tag>
<xtag use="true" >&lt;/guimenuitem></xtag>
</action>
<action icon="tag_guisubmenu" type="tag" name="DBtag_guisubmenu" text="guisubmenu" >
<tag useDialog="false" >&lt;guisubmenu></tag>
<xtag use="true" >&lt;/guisubmenu></xtag>
</action>
<action icon="tag_keycombo" type="tag" name="DBtag_keycombo" text="keycombo" >
<tag useDialog="false" >&lt;keycombo action=&quot;&quot;></tag>
<xtag use="true" >&lt;/keycombo></xtag>
</action>
<action icon="tag_keycap" type="tag" name="DBtag_keycap" text="keycap" >
<tag useDialog="false" >&lt;keycap></tag>
<xtag use="true" >&lt;/keycap></xtag>
</action>
<action shortcut="" icon="ball" type="tag" name="DBtag_action" text="action" >
<tag useDialog="false" >&lt;action></tag>
<xtag use="true" >&lt;/action></xtag>
</action>
</actions>

@ -0,0 +1,21 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="UI Elements" noMerge="1" name="ui elements" >
<text>UI Elements</text>
<Action name="DBtag_guilabel" />
<Action name="DBtag_guibutton" />
<Action name="DBtag_guiicon" />
<Separator name="separator_1" />
<Action name="DBtag_menuchoice" />
<Action name="DBtag_shortcut" />
<Action name="DBtag_guimenu" />
<Action name="DBtag_guimenuitem" />
<Action name="DBtag_guisubmenu" />
<Separator name="separator_0" />
<Action name="DBtag_keycombo" />
<Action name="DBtag_keycap" />
<Separator name="separator_2" />
<Action name="DBtag_action" />
</ToolBar>
</kpartgui>

@ -0,0 +1,10 @@
<!DOCTYPE actionsconfig>
<actions>
<action shortcut="" icon="xsltproc.png" type="script" tooltip="meinproc" name="user_oenrCs8tET" text="meinproc" >
<script output="message" error="message" input="none" >kmdr-executor -c quanta %scriptdir/meinproc.kmdr</script>
</action>
<action shortcut="" icon="xmlval.png" type="script" tooltip="checkXML" name="user_GRxMXblqUD" text="checkXML" >
<script output="message" error="message" input="none" >kmdr-executor -c quanta %scriptdir/checkxml.kmdr</script>
</action>
</actions>

@ -0,0 +1,9 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="Tools" name="tools" >
<text>Tools</text>
<Action name="user_oenrCs8tET" />
<Action name="user_GRxMXblqUD" />
</ToolBar>
</kpartgui>

@ -0,0 +1,16 @@
<!DOCTYPE actionsconfig>
<actions>
<action shortcut="" icon="tag_anyAttribute.png" type="tag" tooltip="&lt;anyAttribute>" name="XMLSchema_anyAttribute" text="anyAttribute" >
<tag useDialog="false" >&lt;anyAttribute></tag>
<xtag use="true" >&lt;/anyAttribute></xtag>
</action>
<action shortcut="" icon="tag_attribute.png" type="tag" tooltip="&lt;attribute>" name="XMLSchema_attribute" text="attribute" >
<tag useDialog="false" >&lt;attribute></tag>
<xtag use="true" >&lt;/attribute></xtag>
</action>
<action shortcut="" icon="tag_attributeGroup.png" type="tag" tooltip="&lt;attributeGroup>" name="XMLSchema_attributeGroup" text="attributeGroup" >
<tag useDialog="false" >&lt;attributeGroup></tag>
<xtag use="true" >&lt;/attributeGroup></xtag>
</action>
</actions>

@ -0,0 +1,10 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="Attributes" noMerge="1" name="attributes" >
<text>Attributes</text>
<Action name="XMLSchema_anyAttribute" />
<Action name="XMLSchema_attribute" />
<Action name="XMLSchema_attributeGroup" />
</ToolBar>
</kpartgui>

@ -0,0 +1,52 @@
<!DOCTYPE actionsconfig>
<actions>
<action shortcut="" icon="tag_complexType.png" type="tag" tooltip="&lt;complexType>" name="XMLSchema_complexType" text="complexType" >
<tag useDialog="false" >&lt;complexType></tag>
<xtag use="true" >&lt;/complexType></xtag>
</action>
<action shortcut="" icon="tag_complexContent.png" type="tag" tooltip="&lt;complexContent>" name="XMLSchema_complexContent" text="complexContent" >
<tag useDialog="false" >&lt;complexContent></tag>
<xtag use="true" >&lt;/complexContent></xtag>
</action>
<action shortcut="" icon="tag_simpleContent.png" type="tag" tooltip="&lt;simpleContent>" name="user_cs5BpbE2u7" text="simpleContent" >
<tag useDialog="false" >&lt;simpleContent></tag>
<xtag use="true" >&lt;/simpleContent></xtag>
</action>
<action shortcut="" icon="tag_all.png" type="tag" tooltip="&lt;all>" name="XMLSchema_all" text="all" >
<tag useDialog="false" >&lt;all></tag>
<xtag use="true" >&lt;/all></xtag>
</action>
<action shortcut="" icon="tag_choice.png" type="tag" tooltip="&lt;choice>" name="XMLSchema_choice" text="choice" >
<tag useDialog="false" >&lt;choice></tag>
<xtag use="true" >&lt;/choice></xtag>
</action>
<action shortcut="" icon="tag_group.png" type="tag" tooltip="&lt;group>" name="XMLSchema_group" text="group" >
<tag useDialog="false" >&lt;group></tag>
<xtag use="true" >&lt;/group></xtag>
</action>
<action shortcut="" icon="tag_sequence.png" type="tag" tooltip="&lt;sequence>" name="XMLSchema_sequence" text="sequence" >
<tag useDialog="false" >&lt;sequence></tag>
<xtag use="true" >&lt;/sequence></xtag>
</action>
<action shortcut="" icon="tag_attribute.png" type="tag" tooltip="&lt;attribute>" name="XMLSchema_attribute" text="attribute" >
<tag useDialog="false" >&lt;attribute></tag>
<xtag use="true" >&lt;/attribute></xtag>
</action>
<action shortcut="" icon="tag_attributeGroup.png" type="tag" tooltip="&lt;attributeGroup>" name="XMLSchema_attributeGroup" text="attributeGroup" >
<tag useDialog="false" >&lt;attributeGroup></tag>
<xtag use="true" >&lt;/attributeGroup></xtag>
</action>
<action shortcut="" icon="tag_anyAttribute.png" type="tag" tooltip="&lt;anyAttribute>" name="XMLSchema_anyAttribute" text="anyAttribute" >
<tag useDialog="false" >&lt;anyAttribute></tag>
<xtag use="true" >&lt;/anyAttribute></xtag>
</action>
<action shortcut="" icon="tag_restriction.png" type="tag" tooltip="&lt;restriction>" name="XMLSchema_restriction" text="restriction" >
<tag useDialog="false" >&lt;restriction></tag>
<xtag use="true" >&lt;/restriction></xtag>
</action>
<action shortcut="" icon="tag_extension.png" type="tag" tooltip="&lt;extension>" name="XMLSchema_extension" text="extension" >
<tag useDialog="false" >&lt;extension></tag>
<xtag use="true" >&lt;/extension></xtag>
</action>
</actions>

@ -0,0 +1,24 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="complexType" noMerge="1" name="complextype" >
<text>complexType</text>
<Action name="XMLSchema_complexType" />
<Separator lineSeparator="true" name="separator_3" />
<Action name="XMLSchema_complexContent" />
<Action name="XMLSchema_simpleContent" />
<Action name="user_cs5BpbE2u7" />
<Separator lineSeparator="true" name="separator_2" />
<Action name="XMLSchema_all" />
<Action name="XMLSchema_choice" />
<Action name="XMLSchema_group" />
<Action name="XMLSchema_sequence" />
<Separator lineSeparator="true" name="separator_1" />
<Action name="XMLSchema_attribute" />
<Action name="XMLSchema_attributeGroup" />
<Action name="XMLSchema_anyAttribute" />
<Separator lineSeparator="true" name="separator_0" />
<Action name="XMLSchema_restriction" />
<Action name="XMLSchema_extension" />
</ToolBar>
</kpartgui>

@ -0,0 +1,16 @@
<!DOCTYPE actionsconfig>
<actions>
<action shortcut="" icon="tag_comm.png" type="tag" tooltip="&lt;annotation>" name="XMLSchema_annotation" text="annotation" >
<tag useDialog="false" >&lt;annotation></tag>
<xtag use="true" >&lt;/annotation></xtag>
</action>
<action shortcut="" icon="tag_appInfo.png" type="tag" tooltip="&lt;appInfo>" name="XMLSchema_appInfo" text="appInfo" >
<tag useDialog="false" >&lt;appInfo></tag>
<xtag use="true" >&lt;/appInfo></xtag>
</action>
<action shortcut="" icon="tag_documenation.png" type="tag" tooltip="&lt;documentation>" name="XMLSchema_documentation" text="documentation" >
<tag useDialog="false" >&lt;documentation></tag>
<xtag use="true" >&lt;/documentation></xtag>
</action>
</actions>

@ -0,0 +1,11 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="Documentation" noMerge="1" name="documentation" >
<text>Documentation</text>
<Action name="XMLSchema_annotation" />
<Separator lineSeparator="true" />
<Action name="XMLSchema_appInfo" />
<Action name="XMLSchema_documentation" />
</ToolBar>
</kpartgui>

@ -0,0 +1,52 @@
<!DOCTYPE actionsconfig>
<actions>
<action shortcut="" icon="tag_menu.png" type="tag" tooltip="&lt;enumeration>" name="XMLSchema_enumeration" text="enumeration" >
<tag useDialog="false" >&lt;enumeration value=&quot;&quot;></tag>
<xtag use="false" />
</action>
<action shortcut="" icon="new.png" type="tag" tooltip="&lt;pattern>" name="XMLSchema_pattern" text="pattern" >
<tag useDialog="false" >&lt;pattern value=&quot;&quot;></tag>
<xtag use="false" />
</action>
<action shortcut="" icon="new.png" type="tag" tooltip="&lt;totalDigits>" name="XMLSchema_totalDigits" text="totalDigits" >
<tag useDialog="false" >&lt;totalDigits value=&quot;&quot;></tag>
<xtag use="false" />
</action>
<action shortcut="" icon="tag_fractionDigits.png" type="tag" tooltip="&lt;fractionDigits>" name="XMLSchema_fractionDigits" text="fractionDigits" >
<tag useDialog="false" >&lt;fractionDigits value=&quot;&quot;></tag>
<xtag use="false" />
</action>
<action shortcut="" icon="new.png" type="tag" tooltip="&lt;length>" name="XMLSchema_length" text="length" >
<tag useDialog="false" >&lt;length value=&quot;&quot;></tag>
<xtag use="false" />
</action>
<action shortcut="" icon="new.png" type="tag" tooltip="&lt;maxLength>" name="XMLSchema_maxLength" text="maxLength" >
<tag useDialog="false" >&lt;maxLength value=&quot;&quot;></tag>
<xtag use="false" />
</action>
<action shortcut="" icon="new.png" type="tag" tooltip="&lt;minLength>" name="XMLSchema_minLength" text="minLength" >
<tag useDialog="false" >&lt;minLength value=&quot;&quot;></tag>
<xtag use="false" />
</action>
<action shortcut="" icon="new.png" type="tag" tooltip="&lt;maxInclusive>" name="XMLSchema_maxInclusive" text="maxInclusive" >
<tag useDialog="false" >&lt;maxInclusive value=&quot;&quot;></tag>
<xtag use="false" />
</action>
<action shortcut="" icon="new.png" type="tag" tooltip="&lt;minInclusive>" name="XMLSchema_minInclusive" text="minInclusive" >
<tag useDialog="false" >&lt;minInclusive value=&quot;&quot;></tag>
<xtag use="false" />
</action>
<action shortcut="" icon="new.png" type="tag" tooltip="&lt;maxExclusive>" name="XMLSchema_maxExclusive" text="maxExclusive" >
<tag useDialog="false" >&lt;maxExclusive value=&quot;&quot;></tag>
<xtag use="false" ></xtag>
</action>
<action shortcut="" icon="new.png" type="tag" tooltip="&lt;minExclusive" name="XMLSchema_minExclusive" text="minExclusive" >
<tag useDialog="false" >&lt;minExclusive value=&quot;&quot;></tag>
<xtag use="false" />
</action>
<action shortcut="" icon="tag_br_small.png" type="tag" tooltip="&lt;whiteSpace>" name="XMLSchema_whiteSpace" text="whiteSpace" >
<tag useDialog="false" >&lt;whiteSpace value=&quot;&quot;></tag>
<xtag use="false" />
</action>
</actions>

@ -0,0 +1,24 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="Facets" noMerge="1" name="facets" >
<text>Facets</text>
<Action name="XMLSchema_enumeration" />
<Action name="XMLSchema_pattern" />
<Separator lineSeparator="true" />
<Action name="XMLSchema_totalDigits" />
<Action name="XMLSchema_fractionDigits" />
<Separator lineSeparator="true" />
<Action name="XMLSchema_length" />
<Action name="XMLSchema_maxLength" />
<Action name="XMLSchema_minLength" />
<Separator lineSeparator="true" />
<Action name="XMLSchema_maxInclusive" />
<Action name="XMLSchema_minInclusive" />
<Separator lineSeparator="true" />
<Action name="XMLSchema_maxExclusive" />
<Action name="XMLSchema_minExclusive" />
<Separator lineSeparator="true" />
<Action name="XMLSchema_whiteSpace" />
</ToolBar>
</kpartgui>

@ -0,0 +1,28 @@
<!DOCTYPE actionsconfig>
<actions>
<action shortcut="" icon="tag_schema.png" type="tag" tooltip="&lt;schema>" name="XMLSchema_schema" text="schema" >
<tag useDialog="true" >&lt;schema></tag>
<xtag use="true" >&lt;/schema></xtag>
</action>
<action shortcut="" icon="tag_element.png" type="tag" tooltip="&lt;element>" name="XMLSchema_element" text="element" >
<tag useDialog="false" >&lt;element></tag>
<xtag use="true" >&lt;/element></xtag>
</action>
<action shortcut="" icon="tag_import.png" type="tag" tooltip="&lt;import>" name="XMLSchema_import" text="import" >
<tag useDialog="true" >&lt;import></tag>
<xtag use="false" ></xtag>
</action>
<action shortcut="" icon="tag_include.png" type="tag" tooltip="&lt;include>" name="XMLSchema_include" text="include" >
<tag useDialog="true" >&lt;include></tag>
<xtag use="false" ></xtag>
</action>
<action shortcut="" icon="tag_notation.png" type="tag" tooltip="&lt;notation>" name="XMLSchema_notation" text="notation" >
<tag useDialog="false" >&lt;notation></tag>
<xtag use="true" >&lt;/notation></xtag>
</action>
<action shortcut="" icon="tag_redefine.png" type="tag" tooltip="&lt;redefine>" name="XMLSchema_redefine" text="redefine" >
<tag useDialog="false" >&lt;redefine></tag>
<xtag use="true" >&lt;/redefine></xtag>
</action>
</actions>

@ -0,0 +1,14 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="Main" noMerge="1" name="main" >
<text>Main</text>
<Action name="XMLSchema_schema" />
<Separator lineSeparator="true" />
<Action name="XMLSchema_element" />
<Action name="XMLSchema_import" />
<Action name="XMLSchema_include" />
<Action name="XMLSchema_notation" />
<Action name="XMLSchema_redefine" />
</ToolBar>
</kpartgui>

@ -0,0 +1,32 @@
<!DOCTYPE actionsconfig>
<actions>
<action shortcut="" icon="tag_any.png" type="tag" tooltip="&lt;any>" name="XMLSchema_any" text="any" >
<tag useDialog="false" >&lt;any></tag>
<xtag use="true" >&lt;/any></xtag>
</action>
<action shortcut="" icon="tag_field.png" type="tag" tooltip="&lt;field>" name="XMLSchema_field" text="field" >
<tag useDialog="false" >&lt;field></tag>
<xtag use="true" >&lt;/field></xtag>
</action>
<action shortcut="" icon="tag_group.png" type="tag" tooltip="&lt;group>" name="XMLSchema_group" text="group" >
<tag useDialog="false" >&lt;group></tag>
<xtag use="true" >&lt;/group></xtag>
</action>
<action shortcut="" icon="tag_key.png" type="tag" tooltip="&lt;key>" name="XMLSchema_key" text="key" >
<tag useDialog="false" >&lt;key></tag>
<xtag use="true" >&lt;/key></xtag>
</action>
<action shortcut="" icon="tag_keyref.png" type="tag" tooltip="&lt;keyref>" name="XMLSchema_keyref" text="keyref" >
<tag useDialog="false" >&lt;keyref></tag>
<xtag use="true" >&lt;/keyref></xtag>
</action>
<action shortcut="" icon="tag_selector.png" type="tag" tooltip="&lt;selector>" name="XMLSchema_selector" text="selector" >
<tag useDialog="false" >&lt;selector></tag>
<xtag use="true" >&lt;/selector></xtag>
</action>
<action shortcut="" icon="tag_unique.png" type="tag" tooltip="&lt;unique>" name="XMLSchema_unique" text="unique" >
<tag useDialog="false" >&lt;unique></tag>
<xtag use="true" >&lt;/unique></xtag>
</action>
</actions>

@ -0,0 +1,14 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="Misc." noMerge="1" name="misc." >
<text>Misc.</text>
<Action name="XMLSchema_any" />
<Action name="XMLSchema_field" />
<Action name="XMLSchema_group" />
<Action name="XMLSchema_key" />
<Action name="XMLSchema_keyref" />
<Action name="XMLSchema_selector" />
<Action name="XMLSchema_unique" />
</ToolBar>
</kpartgui>

@ -0,0 +1,20 @@
<!DOCTYPE actionsconfig>
<actions>
<action shortcut="" icon="tag_simpleType.png" type="tag" tooltip="&lt;simpleType>" name="XMLSchema_simpleType" text="simpleType" >
<tag useDialog="false" >&lt;simpleType></tag>
<xtag use="true" >&lt;/simpleType></xtag>
</action>
<action shortcut="" icon="tag_restriction.png" type="tag" tooltip="&lt;restriction>" name="XMLSchema_restriction" text="restriction" >
<tag useDialog="false" >&lt;restriction></tag>
<xtag use="true" >&lt;/restriction></xtag>
</action>
<action shortcut="" icon="tag_list.png" type="tag" tooltip="&lt;list>" name="XMLSchema_list" text="list" >
<tag useDialog="false" >&lt;list></tag>
<xtag use="true" >&lt;/list></xtag>
</action>
<action shortcut="" icon="tag_union.png" type="tag" tooltip="&lt;union>" name="XMLSchema_union" text="union" >
<tag useDialog="false" >&lt;union></tag>
<xtag use="true" >&lt;/union></xtag>
</action>
</actions>

@ -0,0 +1,12 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="simpleType" noMerge="1" name="simpletype" >
<text>simpleType</text>
<Action name="XMLSchema_simpleType" />
<Separator lineSeparator="true" />
<Action name="XMLSchema_restriction" />
<Action name="XMLSchema_list" />
<Action name="XMLSchema_union" />
</ToolBar>
</kpartgui>

@ -0,0 +1,76 @@
<!DOCTYPE actionsconfig>
<actions>
<action shortcut="" icon="new.png" type="text" tooltip="New Tag file" name="user_lyjaGLLTl" statustext="New Tag file" text="New Tag file" >
<text>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>
&lt;!DOCTYPE TAGS>
&lt;TAGS>
&lt;/TAGS>
</text>
</action>
<action icon="tag_tag.png" type="tag" tooltip="Tag" name="user_LGRZhUJd8" text="Tag" statustext="Tag" >
<tag useDialog="true" >tag</tag>
<xtag use="true" />
<text/>
<script input="none" >''</script>
</action>
<action icon="tag_attr.png" type="tag" tooltip="Attribute" name="user_b6cmF7Zrq" text="Attribute" statustext="Attribute" >
<tag useDialog="true" >attr</tag>
<xtag use="true" />
<text/>
<script input="none" >''</script>
</action>
<action icon="tag_dl.png" type="tag" tooltip="Items" name="user_a6uVzWRzR" statustext="Items" text="Items" >
<tag useDialog="false" >&lt;items></tag>
<xtag use="true" >&lt;/items></xtag>
<text/>
<script input="none" >''</script>
</action>
<action icon="tag_dd.png" type="tag" tooltip="Item" name="user_97fcvR7QL" statustext="Item" text="Item" >
<tag useDialog="false" >&lt;item></tag>
<xtag use="true" >&lt;/item></xtag>
<text/>
<script input="none" >''</script>
</action>
<action icon="tag_label.png" type="tag" tooltip="Label" name="user_8gS9rKLI8" text="Label" statustext="Label" >
<tag useDialog="false" >&lt;label></tag>
<xtag use="true" >&lt;/label></xtag>
<text/>
<script input="none" >''</script>
</action>
<action icon="lineedit.png" type="tag" tooltip="Text" name="user_GqvlpNrL3" text="Text" statustext="Text" >
<tag useDialog="false" >&lt;text></tag>
<xtag use="true" >&lt;/text></xtag>
<text/>
<script input="none" >''</script>
</action>
<action icon="tag_loc.png" type="tag" tooltip="Location" name="user_xpbzQtFFm" text="Location" statustext="Location" >
<tag useDialog="true" >location</tag>
<xtag use="true" />
<text/>
<script input="none" >''</script>
</action>
<action icon="output_win.png" type="tag" tooltip="Tool Tip" name="user_x83jdO4Aw" text="Tool Tip" statustext="Tool Tip" >
<tag useDialog="false" >&lt;tooltip></tag>
<xtag use="true" >&lt;/tooltip></xtag>
<text/>
<script input="none" >''</script>
</action>
<action icon="tag_what.png" type="tag" tooltip="What's This" name="user_SHAYNqyXg" text="What's This" statustext="What's This" >
<tag useDialog="false" >&lt;whatsthis></tag>
<xtag use="true" >&lt;/whatsthis></xtag>
<text/>
<script input="none" >''</script>
</action>
<action shortcut="" icon="ball" type="text" tooltip="&lt;children>" name="user_ca9L3ZRwcO" text="Children" >
<text>&lt;children>
&lt;child name=&quot;&quot; />
&lt;/children></text>
</action>
<action shortcut="" icon="tag_noop.png" type="text" tooltip="&lt;stoppingtags>" name="user_3Jr4RrmbFR" text="Stoppingtags" >
<text>&lt;stoppingtags>
&lt;stoppingtag name=&quot;&quot; />
&lt;/stoppingtags></text>
</action>
</actions>

@ -0,0 +1,23 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="tagxml" noMerge="1" name="tagxml" >
<text>tagxml</text>
<Action name="user_lyjaGLLTl" />
<Separator name="separator_3" />
<Action name="user_LGRZhUJd8" />
<Action name="user_b6cmF7Zrq" />
<Action name="user_a6uVzWRzR" />
<Action name="user_97fcvR7QL" />
<Separator name="separator_2" />
<Action name="user_8gS9rKLI8" />
<Action name="user_GqvlpNrL3" />
<Action name="user_xpbzQtFFm" />
<Separator name="separator_1" />
<Action name="user_x83jdO4Aw" />
<Action name="user_SHAYNqyXg" />
<Separator name="separator_0" />
<Action name="user_ca9L3ZRwcO" />
<Action name="user_3Jr4RrmbFR" />
</ToolBar>
</kpartgui>

@ -0,0 +1,29 @@
<!DOCTYPE actionsconfig>
<actions>
<action icon="tag_access" type="tag" tooltip="" name="wml_tag_access" statustext="" text="Access (wml)" >
<tag useDialog="true" >&lt;access></tag>
<xtag use="false" ></xtag>
<text></text>
<script input="none" >&quot;&quot;</script> </action>
<action icon="tag_wml" type="tag" tooltip="" name="wml_tag_wml" statustext="" text="WML" >
<tag useDialog="true" >&lt;wml></tag>
<xtag use="true" >&lt;/wml></xtag>
<text></text>
<script input="none" >&quot;&quot;&quot;&quot;</script> </action>
<action icon="tag_card" type="tag" tooltip="" name="wml_tag_card" statustext="" text="Card" >
<tag useDialog="true" >&lt;card></tag>
<xtag use="true" >&lt;/card></xtag>
<text></text>
<script input="none" >&quot;&quot;&quot;&quot;</script> </action>
<action icon="tag_head" type="tag" tooltip="" name="wml_tag_head" statustext="" text="Head" >
<tag useDialog="false" >&lt;head></tag>
<xtag use="true" >&lt;/head></xtag>
<text></text>
<script input="none" >&quot;&quot;&quot;&quot;&quot;&quot;</script> </action>
<action icon="tag_meta" type="tag" tooltip="" name="wml_tag_meta" statustext="" text="Meta" >
<tag useDialog="true" >&lt;meta></tag>
<xtag use="true" >&lt;/meta></xtag>
<text></text>
<script input="none" >&quot;&quot;&quot;&quot;</script> </action>
</actions>

@ -0,0 +1,10 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="deck" noMerge="1" name="deck" >
<text>deck</text>
<Action name="wml_tag_wml" />
<Action name="wml_tag_card" />
<Action name="wml_tag_head" />
<Action name="wml_tag_meta" />
<Action name="wml_tag_access" /> </ToolBar>
</kpartgui>

@ -0,0 +1,23 @@
<!DOCTYPE actionsconfig>
<actions>
<action icon="select" type="tag" tooltip="Select from a list" name="wml_tag_select" text="Select (wml)" statustext="" >
<tag useDialog="true" >&lt;select></tag>
<xtag use="true" >&lt;/select></xtag>
<text></text>
<script input="none" >&quot;&quot;&quot;&quot;</script> </action>
<action icon="lineedit" type="tag" tooltip="Enter text which is assigned to a specified variable" name="wml_tag_ineedit" statustext="" text="Input Text (wml)" >
<tag useDialog="true" >&lt;input></tag>
<xtag use="false" ></xtag>
<text></text>
<script input="none" >&quot;&quot;&quot;&quot;</script> </action>
<action icon="options" type="tag" tooltip="Specifies a particular choice within a &lt;select> element. " name="wml_tag_option" text="Option (wml)" statustext="" >
<tag useDialog="true" >&lt;option></tag>
<xtag use="true" >&lt;/option></xtag>
<text/>
<script input="none" >&quot;&quot;</script> </action>
<action icon="options" type="tag" tooltip="Group multiple &lt;option> (or nested &lt;optgroup>) elements within a card" name="wml_tag_option_group" statustext="" text="Option Group (wml)" >
<tag useDialog="true" >&lt;optgroup></tag>
<xtag use="true" >&lt;/optgroup></xtag>
<text></text>
<script input="none" >&quot;&quot;</script> </action>
</actions>

@ -0,0 +1,10 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="forms" noMerge="1" name="forms" >
<text>forms</text>
<Action name="wml_tag_ineedit" />
<Action name="wml_tag_select" />
<Separator name="separator_0" />
<Action name="wml_tag_option_group" />
<Action name="wml_tag_option" /> </ToolBar>
</kpartgui>

@ -0,0 +1,37 @@
<!DOCTYPE actionsconfig>
<actions>
<action icon="tag_a" type="tag" name="wml_tag_anchor" text="Anchor...(wml)" >
<tag useDialog="true" >&lt;anchor></tag>
<xtag use="true" >&lt;/anchor></xtag>
<tooltip>The &lt;b>anchor&lt;/b> element denotes an &lt;i>anchor&lt;/i>-- a link to formatted text.
The &lt;b>task&lt;/b> within the tag is executed when the link is selected, such as an &lt;i>go&lt;/i> task or a &lt;i>refresh&lt;/i>.
</tooltip> </action>
<action icon="tag_a_url" type="tag" tooltip="" name="wml_tag_a" statustext="" text="A...(wml)" >
<tooltip>The &lt;b>a&lt;/b> element denotes an &lt;i>anchor&lt;/i>--a hypertext link or the destination of a link.
The &lt;b>HREF&lt;/b> attribute specifies a hypertext link to another &lt;i>wml&lt;/i> document.
</tooltip>
<tag useDialog="true" >&lt;a></tag>
<xtag use="true" >&lt;/a></xtag>
<text></text>
<script input="none" >&quot;&quot;&quot;&quot;</script> </action>
<action icon="tag_image" type="tag" name="wml_tag_img" text="Image...(wml)" >
<tag useDialog="true" >&lt;img></tag>
<tooltip>The &lt;b>IMG&lt;/b> element specifies an &lt;i>inline&lt;/i> image.
The required &lt;b>SRC&lt;/b> attribute specifies the location of the image.
</tooltip> </action>
<action icon="date" type="tag" tooltip="" name="wml_tag_timer" statustext="" text="Timer (wml)" >
<tag useDialog="true" >&lt;timer></tag>
<xtag use="true" >&lt;/timer></xtag>
<text/>
<script input="none" >&quot;&quot;&quot;&quot;</script> </action>
<action icon="tag_setvar" type="tag" tooltip="" name="wml_tag_setvar" statustext="" text="Set variable" >
<tag useDialog="true" >&lt;setvar></tag>
<xtag use="false" />
<text/>
<script input="none" >&quot;&quot;&quot;&quot;</script> </action>
<action icon="tag_postfield" type="tag" tooltip="Name/value pairs passed to HTTP server" name="wml_tag_postfield" statustext="" text="Post Field" >
<tag useDialog="true" >&lt;postfield></tag>
<xtag use="false" ></xtag>
<text></text>
<script input="none" >&quot;&quot;&quot;&quot;</script> </action>
</actions>

@ -0,0 +1,13 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="misc." noMerge="1" name="misc." >
<text>misc.</text>
<Action name="wml_tag_a" />
<Action name="wml_tag_anchor" />
<Action name="wml_tag_img" />
<Separator name="separator_1" />
<Action name="wml_tag_setvar" />
<Action name="wml_tag_postfield" />
<Separator name="separator_0" />
<Action name="wml_tag_timer" /> </ToolBar>
</kpartgui>

@ -0,0 +1,13 @@
<!DOCTYPE actionsconfig>
<actions>
<action icon="tag_table" type="tag" name="wml_tag_table" text="Table (wml)" >
<tag useDialog="true" >&lt;table></tag>
<xtag use="true" inLine="false" >&lt;/table></xtag> </action>
<action icon="tag_tr" type="tag" name="wml_tag_tr" text="Table Row (wml)" >
<tag useDialog="false" >&lt;tr></tag>
<xtag use="true" inLine="true" >&lt;/tr></xtag> </action>
<action icon="tag_td" type="tag" name="wml_tag_td" text="Table Data (wml)" >
<tag useDialog="false" >&lt;td></tag>
<xtag use="true" inLine="true" >&lt;/td></xtag> </action>
</actions>

@ -0,0 +1,8 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="table" noMerge="1" name="table" >
<text>table</text>
<Action name="wml_tag_table" />
<Action name="wml_tag_tr" />
<Action name="wml_tag_td" /> </ToolBar>
</kpartgui>

@ -0,0 +1,33 @@
<!DOCTYPE actionsconfig>
<actions>
<action icon="tag_go" type="tag" tooltip="Open a specified URL" name="wml_tag_go" statustext="" text="Go (wml)" >
<tag useDialog="true" >&lt;go></tag>
<xtag use="true" >&lt;/go></xtag>
<text></text>
<script input="none" >&quot;&quot;</script> </action>
<action icon="tag_noop" type="tag" tooltip="No operation" name="wml_tag_noop" statustext="" text="No operation (wml)" >
<tag useDialog="false" >&lt;noop /></tag>
<xtag use="false" ></xtag>
<text></text>
<script input="none" >&quot;&quot;</script> </action>
<action icon="back" type="tag" tooltip="" name="wml_tag_prev" statustext="" text="Previous (wml)" >
<tag useDialog="false" >&lt;prev></tag>
<xtag use="true" >&lt;/prev></xtag>
<text></text>
<script input="none" >&quot;&quot;&quot;&quot;</script> </action>
<action icon="repaint" type="tag" tooltip="" name="wml_tag_refresh" statustext="" text="Refresh" >
<tag useDialog="false" >&lt;refresh></tag>
<xtag use="true" >&lt;/refresh></xtag>
<text></text>
<script input="none" >&quot;&quot;</script> </action>
<action icon="tag_do" type="tag" tooltip="" name="wml_tag_do" statustext="" text="Do (wml)" >
<tag useDialog="true" >&lt;do></tag>
<xtag use="true" >&lt;/do></xtag>
<text></text>
<script input="none" >&quot;&quot;</script> </action>
<action icon="tag_onevent" type="tag" tooltip="" name="wml_tag_onevent" statustext="" text="Onevent (wml)" >
<tag useDialog="true" >&lt;onevent></tag>
<xtag use="true" >&lt;/onevent></xtag>
<text></text>
<script input="none" >&quot;&quot;</script> </action>
</actions>

@ -0,0 +1,12 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="tasks" noMerge="1" name="tasks" >
<text>tasks</text>
<Action name="wml_tag_go" />
<Action name="wml_tag_noop" />
<Action name="wml_tag_prev" />
<Action name="wml_tag_refresh" />
<Separator name="separator_0" />
<Action name="wml_tag_do" />
<Action name="wml_tag_onevent" /> </ToolBar>
</kpartgui>

@ -0,0 +1,60 @@
<!DOCTYPE actionsconfig>
<actions>
<action icon="tag_bold" type="tag" name="wml_tag_b" text="Bold (wml)" >
<tag useDialog="false" >&lt;b></tag>
<xtag use="true" inLine="true" >&lt;/b></xtag>
<tooltip>The &lt;b>B&lt;/b> element suggests that text be rendered as &lt;i>bold text&lt;/i>.
</tooltip> </action>
<action icon="tag_em" type="tag" tooltip="" name="wml_tag_em" text="Emphasize (wml)" statustext="" >
<tooltip>The &lt;b>B&lt;/b> element suggests that text be rendered as &lt;i>emphasized text&lt;/i>.
</tooltip>
<tag useDialog="false" >&lt;em></tag>
<xtag use="true" >&lt;/em></xtag>
<text/>
<script input="none" >&quot;&quot;&quot;&quot;&quot;&quot;</script> </action>
<action icon="tag_i" type="tag" name="wml_tag_i" text="Italic (wml)" >
<tag useDialog="false" >&lt;i></tag>
<xtag use="true" inLine="true" >&lt;/i></xtag>
<tooltip>The &lt;b>I&lt;/b> element suggests that text be rendered as &lt;i>italic text&lt;/i>.
</tooltip> </action>
<action icon="tag_u" type="tag" name="wml_tag_u" text="Underline (wml)" >
<tag>&lt;u></tag>
<xtag use="true" >&lt;/u></xtag>
<tooltip>The &lt;b>U&lt;/b> element suggests that text be rendered as &lt;i>underlined text&lt;/i>.
</tooltip> </action>
<action icon="font_dec" type="tag" tooltip="Specifies a small font" name="wml_tag_small" statustext="" text="Small (wml)" >
<tooltip>The &lt;b>small&lt;/b> element suggests that text be rendered as a &lt;i>small font&lt;/i>.
</tooltip>
<tag useDialog="false" >&lt;small></tag>
<xtag use="true" >&lt;/small></xtag>
<text/>
<script input="none" >&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;</script> </action>
<action icon="font_inc" type="tag" tooltip="Specifies a big font" name="wml_tag_big" statustext="" text="Big (wml)" >
<tooltip>The &lt;b>big&lt;/b> element suggests that text be rendered as a &lt;i>big font&lt;/i>.
</tooltip>
<tag useDialog="false" >&lt;big></tag>
<xtag use="true" >&lt;/big></xtag>
<text/>
<script input="none" >&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;</script> </action>
<action icon="tag_br" type="tag" tooltip="" name="wml_tag_br" text="New Line (wml)" statustext="" >
<tooltip>The &lt;b>br&lt;/b> element forces a &lt;i>break&lt;/i> in the current line of text.
</tooltip>
<tag useDialog="false" >&lt;br /></tag>
<xtag use="false" />
<text/>
<script input="none" >&quot;&quot;</script> </action>
<action icon="tag_p" type="tag" name="wml_tag_p" text="Paragraph (wml)" >
<tag useDialog="true" >&lt;p></tag>
<xtag use="true" >&lt;/p></xtag>
<tooltip>The &lt;b>P&lt;/b> element defines a &lt;i>paragraph&lt;/i>.
&lt;br>- ALIGN=[ left | center | right ] (horizontal alignment)
</tooltip> </action>
<action icon="tag_pre" type="tag" tooltip="" name="wml_tag_pre" text="Pre (wml)" statustext="" >
<tooltip>The &lt;b>PRE&lt;/b> element allows to view &lt;i>preformatted&lt;/i> text.
</tooltip>
<tag useDialog="false" >&lt;pre xml:space=&quot;preserve&quot;></tag>
<xtag use="true" >&lt;/pre></xtag>
<text/>
<script input="none" >&quot;&quot;</script> </action>
</actions>

@ -0,0 +1,18 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="text" noMerge="1" name="text" >
<text>text</text>
<Action name="wml_tag_b" />
<Action name="wml_tag_i" />
<Action name="wml_tag_u" />
<Separator name="separator_2" />
<Action name="wml_tag_big" />
<Action name="wml_tag_small" />
<Action name="wml_tag_em" />
<Separator name="separator_1" />
<Action name="wml_tag_br" />
<Action name="wml_tag_p" />
<Action name="wml_tag_pre" />
<Separator name="separator_0" />
<Action name="insert_char" /> </ToolBar>
</kpartgui>

@ -0,0 +1,83 @@
<!DOCTYPE actionsconfig>
<actions>
<action icon="tag_font" type="tag" name="tag_font" text="Font..." >
<tag useDialog="true" >&lt;font></tag>
<xtag use="true" >&lt;/font></xtag>
<tooltip>The &lt;b>FONT&lt;/b> element allows authors to suggest rudimentary &lt;i>font changes&lt;/i>.
</tooltip>
</action>
<action icon="font_inc" type="tag" name="tag_font_inc" text="Font Size+1" >
<standard>Quick start</standard>
<tag useDialog="false" >&lt;font size=&quot;+1&quot;></tag>
<xtag use="true" >&lt;/font></xtag>
<tooltip>This &lt;b>SIZE=+1&lt;/b> element allows to &lt;i>increase&lt;/i> font.
</tooltip>
</action>
<action icon="font_dec" type="tag" name="tag_font_dec" text="Font Size-1" >
<tag useDialog="false" >&lt;font size=&quot;-1&quot;></tag>
<xtag use="true" >&lt;/font></xtag>
<tooltip>This &lt;b>SIZE=-1&lt;/b> element allows to &lt;i>decrease&lt;/i> font.
</tooltip>
</action>
<action icon="tag_pre" type="tag" name="tag_pre" text="Pre" >
<tag useDialog="false" >&lt;pre></tag>
<xtag use="true" inLine="false" >&lt;/pre></xtag>
<tooltip>The &lt;b>PRE&lt;/b> element allows to view &lt;i>preformatted&lt;/i> text.
</tooltip>
</action>
<action icon="tag_sub" type="tag" name="tag_sub" text="Subscript" >
<tag useDialog="false" >&lt;sub></tag>
<xtag use="true" >&lt;/sub></xtag>
<tooltip>The &lt;b>SUB&lt;/b> element is used for &lt;i>subscripts&lt;/i>.
&lt;br>- common attributes
</tooltip>
</action>
<action icon="tag_sup" type="tag" name="tag_sup" text="Superscript" >
<tag useDialog="false" >&lt;sup></tag>
<xtag use="true" >&lt;/sup></xtag>
<tooltip>The &lt;b>SUP&lt;/b> element is used for &lt;i>superscripts&lt;/i>.
&lt;br>- common attributes
</tooltip>
</action>
<action icon="tag_h1" type="tag" name="tag_h1" text="Head 1 Level" >
<tag useDialog="false" >&lt;h1></tag>
<xtag use="true" >&lt;/h1></xtag>
<tooltip>The &lt;b>H1&lt;/b> element defines a &lt;i>level-one heading&lt;/i>.
&lt;br>- ALIGN=[ left | center | right | justify ] (horizontal alignment)
&lt;br>- common attributes
</tooltip>
</action>
<action icon="tag_h2" type="tag" name="tag_h2" text="Head 2 Level" >
<tag useDialog="false" >&lt;h2></tag>
<xtag use="true" >&lt;/h2></xtag>
<tooltip>The &lt;b>H2&lt;/b> element defines a &lt;i>level-two heading&lt;/i>.
&lt;br>- ALIGN=[ left | center | right | justify ] (horizontal alignment)
&lt;br>- common attributes
</tooltip>
</action>
<action icon="tag_h3" type="tag" name="tag_h3" text="Head 3 Level" >
<tag useDialog="false" >&lt;h3></tag>
<xtag use="true" >&lt;/h3></xtag>
<tooltip>The &lt;b>H3&lt;/b> element defines a &lt;i>level-three heading&lt;/i>.
&lt;br>- ALIGN=[ left | center | right | justify ] (horizontal alignment)
&lt;br>- common attributes
</tooltip>
</action>
<action icon="tag_h4" type="tag" name="tag_h4" text="Head 4 Level" >
<tag useDialog="false" >&lt;h4></tag>
<xtag use="true" >&lt;/h4></xtag>
<tooltip>The &lt;b>H4&lt;/b> element defines a &lt;i>level-four heading&lt;/i>.
&lt;br>- ALIGN=[ left | center | right | justify ] (horizontal alignment)
&lt;br>- common attributes
</tooltip>
</action>
<action icon="tag_h5" type="tag" name="tag_h5" text="Head 5 Level" >
<tag useDialog="false" >&lt;h5></tag>
<xtag use="true" >&lt;/h5></xtag>
<tooltip>The &lt;b>H5&lt;/b> element defines a &lt;i>level-five heading&lt;/i>.
&lt;br>- ALIGN=[ left | center | right | justify ] (horizontal alignment)
&lt;br>- common attributes
</tooltip>
</action>
</actions>

@ -0,0 +1,21 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="Fonts" name="fonts" >
<text>Fonts</text>
<Action name="tag_font" />
<Separator lineSeparator="true" />
<Action name="tag_font_inc" />
<Action name="tag_font_dec" />
<Separator lineSeparator="true" />
<Action name="tag_pre" />
<Action name="tag_sub" />
<Action name="tag_sup" />
<Separator lineSeparator="true" />
<Action name="tag_h1" />
<Action name="tag_h2" />
<Action name="tag_h3" />
<Action name="tag_h4" />
<Action name="tag_h5" />
</ToolBar>
</kpartgui>
Loading…
Cancel
Save