diff options
Diffstat (limited to 'quanta/data/toolbars/html')
-rw-r--r-- | quanta/data/toolbars/html/forms.actions | 56 | ||||
-rw-r--r-- | quanta/data/toolbars/html/forms.toolbar | 24 | ||||
-rw-r--r-- | quanta/data/toolbars/html/lists.actions | 28 | ||||
-rw-r--r-- | quanta/data/toolbars/html/lists.toolbar | 16 | ||||
-rw-r--r-- | quanta/data/toolbars/html/other.actions | 23 | ||||
-rw-r--r-- | quanta/data/toolbars/html/other.toolbar | 19 | ||||
-rw-r--r-- | quanta/data/toolbars/html/standard.actions | 106 | ||||
-rw-r--r-- | quanta/data/toolbars/html/standard.toolbar | 27 | ||||
-rw-r--r-- | quanta/data/toolbars/html/style.actions | 72 | ||||
-rw-r--r-- | quanta/data/toolbars/html/style.toolbar | 21 | ||||
-rw-r--r-- | quanta/data/toolbars/html/tables.actions | 44 | ||||
-rw-r--r-- | quanta/data/toolbars/html/tables.toolbar | 20 |
12 files changed, 456 insertions, 0 deletions
diff --git a/quanta/data/toolbars/html/forms.actions b/quanta/data/toolbars/html/forms.actions new file mode 100644 index 00000000..2b6bbe1c --- /dev/null +++ b/quanta/data/toolbars/html/forms.actions @@ -0,0 +1,56 @@ +<!DOCTYPE actionsconfig> +<actions> + <action icon="form" type="tag" name="tag_form" text="Form" > + <tag useDialog="true" ><form></tag> + <xtag use="true" inLine="false" ></form></xtag> + </action> + <action icon="select" type="tag" name="tag_form_select" text="Select" > + <tag useDialog="true" ><select></tag> + <xtag use="true" inLine="false" ></select></xtag> + </action> + <action shortcut="" icon="tag_li.png" type="tag" tooltip="Select Option" name="user_hydMh64bTl" text="Option" > + <tag useDialog="false" ><option></tag> + <xtag use="true" ></option></xtag> + </action> + <action icon="check" type="tag" name="tag_form_check" text="Check Button" > + <tag useDialog="true" ><input type="checkbox"></tag> + <xtag use="false" inLine="true" /> + </action> + <action icon="radio" type="tag" name="tag_form_radio" text="Radio Button" > + <tag useDialog="true" ><input type="radio"></tag> + <xtag use="false" inLine="true" /> + </action> + <action icon="button" type="tag" name="tag_form_button" text="Button" > + <tag useDialog="true" ><input type="button"></tag> + <xtag use="false" inLine="true" /> + </action> + <action icon="textarea" type="tag" name="tag_form_textarea" text="Text Area" > + <tag useDialog="false" ><textarea></tag> + <xtag use="true" inLine="true" ></textarea></xtag> + </action> + <action icon="linepas" type="tag" name="tag_form_passedit" text="Input Password" > + <tag useDialog="true" ><input type="password"></tag> + <xtag use="false" inLine="true" /> + </action> + <action icon="lineedit" type="tag" name="tag_form_lineedit" text="Input Text" > + <tag useDialog="true" ><input type="text"></tag> + <xtag use="false" inLine="true" /> + </action> + <action shortcut="" icon="tag_element.png" type="tag" tooltip="Fieldset Tag" name="user_JatvQW5b4N" text="Fieldset" > + <tag useDialog="false" ><fieldset></tag> + <xtag use="true" ></fieldset></xtag> + </action> + <action shortcut="" icon="tag_attribute.png" type="tag" tooltip="Legend Tag" name="user_ItjqmeHGks" text="Legend" > + <tag useDialog="true" ><legend></tag> + <xtag use="true" ></legend></xtag> + </action> + <action icon="submit" type="tag" name="tag_form_submit" text="Submit" > + <tag useDialog="true" ><input type="submit"></tag> + <xtag use="false" inLine="true" /> + </action> + <action icon="reset" type="tag" name="tag_form_reset" text="Reset" > + <tag useDialog="true" ><input type="reset"></tag> + <xtag use="false" inLine="true" /> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/html/forms.toolbar b/quanta/data/toolbars/html/forms.toolbar new file mode 100644 index 00000000..197d3329 --- /dev/null +++ b/quanta/data/toolbars/html/forms.toolbar @@ -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>
\ No newline at end of file diff --git a/quanta/data/toolbars/html/lists.actions b/quanta/data/toolbars/html/lists.actions new file mode 100644 index 00000000..a63012c8 --- /dev/null +++ b/quanta/data/toolbars/html/lists.actions @@ -0,0 +1,28 @@ +<!DOCTYPE actionsconfig> +<actions> + <action icon="tag_ul" type="tag" name="tag_ul" text="Unordered List" > + <tag useDialog="false" ><ul></tag> + <xtag use="true" inLine="false" ></ul></xtag> + </action> + <action icon="tag_ol" type="tag" name="tag_ol" text="Ordered List" > + <tag useDialog="false" ><ol></tag> + <xtag use="true" inLine="false" ></ol></xtag> + </action> + <action icon="tag_li" type="tag" name="tag_li" text="List Item" > + <tag useDialog="false" ><li></tag> + <xtag use="true" inLine="true" ></li></xtag> + </action> + <action icon="tag_dl" type="tag" name="tag_dl" text="Definition List" > + <tag useDialog="false" ><dl></tag> + <xtag use="true" inLine="false" ></dl></xtag> + </action> + <action icon="tag_dt" type="tag" name="tag_dt" text="Definition Term" > + <tag useDialog="false" ><dt></tag> + <xtag use="true" inLine="true" ></dt></xtag> + </action> + <action icon="tag_dd" type="tag" name="tag_dd" text="Definition" > + <tag useDialog="false" ><dd></tag> + <xtag use="true" inLine="true" ></dd></xtag> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/html/lists.toolbar b/quanta/data/toolbars/html/lists.toolbar new file mode 100644 index 00000000..1e430978 --- /dev/null +++ b/quanta/data/toolbars/html/lists.toolbar @@ -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>
\ No newline at end of file diff --git a/quanta/data/toolbars/html/other.actions b/quanta/data/toolbars/html/other.actions new file mode 100644 index 00000000..1a6c31e1 --- /dev/null +++ b/quanta/data/toolbars/html/other.actions @@ -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" ><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" ><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" ><style type="text/css"></tag> + <xtag use="true" ></style></xtag> + </action> + <action shortcut="" icon="tag_a.png" type="tag" tooltip="Link Tag" name="user_WfcdDwEDRa" text="Link" > + <tag useDialog="true" ><link></tag> + <xtag use="false" ></xtag> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/html/other.toolbar b/quanta/data/toolbars/html/other.toolbar new file mode 100644 index 00000000..c4bda8ae --- /dev/null +++ b/quanta/data/toolbars/html/other.toolbar @@ -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>
\ No newline at end of file diff --git a/quanta/data/toolbars/html/standard.actions b/quanta/data/toolbars/html/standard.actions new file mode 100644 index 00000000..bc7fb4d9 --- /dev/null +++ b/quanta/data/toolbars/html/standard.actions @@ -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 &lt;em>" name="tag_b" text="Bold" toggable="true" > + <tooltip>The <b>B</b> element suggests that text be rendered as <i>bold text</i>. + <br>- common attributes + </tooltip> + <tag useDialog="false" ><strong></tag> + <xtag use="true" ></strong></xtag> + </action> + <action shortcut="" icon="tag_i" type="tag" tooltip="Italic &lt;strong>" name="tag_i" text="Italic" > + <tooltip>The <b>I</b> element suggests that text be rendered as <i>italic text</i>. + <br>- common attributes + </tooltip> + <tag useDialog="false" ><em></tag> + <xtag use="true" ></em></xtag> + </action> + <action icon="tag_u" type="tag" name="tag_u" text="Underline" > + <tag><u></tag> + <xtag use="true" ></u></xtag> + <tooltip>The <b>U</b> element, deprecated in HTML 4.0, suggests that text be rendered as <i>underlined text</i>. + <br>- common attributes + </tooltip> + </action> + <action shortcut="Ctrl+Return" icon="tag_br" type="tag" name="tag_br" text="New Line" > + <tag><br></tag> + <tooltip>The <b>BR</b> element forces a <i>break</i> in the current line of text. + <br>- CLEAR=[ left | all | right | none ] (clear floating objects) + <br>- core attributes + </tooltip> + </action> + <action icon="tag_p" type="tag" name="tag_p" text="Paragraph" > + <tag><p></tag> + <xtag use="true" ></p></xtag> + <tooltip>The <b>P</b> element defines a <i>paragraph</i>. + <br>- ALIGN=[ left | center | right | justify ] (horizontal alignment) + <br>- common attributes + </tooltip> + </action> + <action shortcut="Alt+Space" icon="tag_nbsp" type="text" name="tag_nbsp" text="Non Breaking Space" > + <text>&nbsp;</text> + <tooltip>Inserting <b>nbsp</b>. + Non breaking <i>space</i>. + </tooltip> + </action> + <action icon="tag_a" type="tag" name="tag_a" text="Anchor..." > + <tag useDialog="true" ><a></tag> + <xtag use="true" ></a></xtag> + <tooltip>The <b>A</b> element denotes an <i>anchor</i>--a hypertext link or the destination of a link. + The <b>HREF</b> attribute specifies a hypertext link to another resource, such as an <i>HTML</i> document or a <i>JPEG</i> image. + </tooltip> + </action> + <action icon="tag_image" type="tag" name="tag_img" text="Image..." > + <tag useDialog="true" ><img></tag> + <tooltip>The <b>IMG</b> element specifies an <i>inline</i> image. + The required <b>SRC</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><hr></tag> + <tooltip>The <b>HR</b> element defines a <i>horizontal rule</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><!--</tag> + <xtag use="true" >--></xtag> + <tooltip>The <b>!-- --></b> element <i>comment</i> a text inside. + </tooltip> + </action> + <action icon="div_left" type="tag" name="tag_div_left" text="Align Left" > + <tag><div align="left"></tag> + <xtag use="true" ></div></xtag> + <tooltip>The <b>DIV ALIGN</b>=<i>left</i> + suggests the horizontal alignment for the content of the division to <i>left</i>. + </tooltip> + </action> + <action icon="div_center" type="tag" name="tag_div_center" text="Align Center" > + <tag><div align="center"></tag> + <xtag use="true" ></div></xtag> + <tooltip>The <b>DIV ALIGN</b>=<i>center</i> or <b>CENTER</b> + suggests the horizontal alignment for the content of the division to <i>center</i>. + </tooltip> + </action> + <action icon="div_right" type="tag" name="tag_div_right" text="Align Right" > + <tag><div align="right"></tag> + <xtag use="true" ></div></xtag> + <tooltip>The <b>DIV ALIGN</b>=<i>right</i> + suggests the horizontal alignment for the content of the division to <i>right</i>. + </tooltip> + </action> + <action icon="div_justify" type="tag" name="tag_div_justify" text="Align Justify" > + <tag><div align="justify"></tag> + <xtag use="true" ></div></xtag> + <tooltip>The <b>DIV ALIGN</b>=<i>justify</i> + suggests the horizontal alignment for the content of the division to <i>justify</i>. + </tooltip> + </action> + <action shortcut="" icon="tag_font.png" type="tag" tooltip="span text" name="user_VKbFslb73x" text="Span" > + <tag useDialog="true" ><span></tag> + <xtag use="true" ></span></xtag> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/html/standard.toolbar b/quanta/data/toolbars/html/standard.toolbar new file mode 100644 index 00000000..b02a2c78 --- /dev/null +++ b/quanta/data/toolbars/html/standard.toolbar @@ -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>
\ No newline at end of file diff --git a/quanta/data/toolbars/html/style.actions b/quanta/data/toolbars/html/style.actions new file mode 100644 index 00000000..d73b0cc9 --- /dev/null +++ b/quanta/data/toolbars/html/style.actions @@ -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" ><span></tag> + <xtag use="true" ></span></xtag> + </action> + <action shortcut="" icon="div_justify.png" type="tag" tooltip="Div Block" name="user_Qu9EZKcwvK" text="Div" > + <tag useDialog="true" ><div></tag> + <xtag use="true" ></div></xtag> + </action> + <action icon="tag_pre" type="tag" name="tag_pre" text="Pre" > + <tag useDialog="false" ><pre></tag> + <xtag use="true" inLine="false" ></pre></xtag> + <tooltip>The <b>PRE</b> element allows to view <i>preformatted</i> text. + </tooltip> + </action> + <action icon="tag_sub" type="tag" name="tag_sub" text="Subscript" > + <tag useDialog="false" ><sub></tag> + <xtag use="true" ></sub></xtag> + <tooltip>The <b>SUB</b> element is used for <i>subscripts</i>. + <br>- common attributes + </tooltip> + </action> + <action icon="tag_sup" type="tag" name="tag_sup" text="Superscript" > + <tag useDialog="false" ><sup></tag> + <xtag use="true" ></sup></xtag> + <tooltip>The <b>SUP</b> element is used for <i>superscripts</i>. + <br>- common attributes + </tooltip> + </action> + <action icon="tag_h1" type="tag" name="tag_h1" text="Head 1 Level" > + <tag useDialog="false" ><h1></tag> + <xtag use="true" ></h1></xtag> + <tooltip>The <b>H1</b> element defines a <i>level-one heading</i>. + <br>- ALIGN=[ left | center | right | justify ] (horizontal alignment) + <br>- common attributes + </tooltip> + </action> + <action icon="tag_h2" type="tag" name="tag_h2" text="Head 2 Level" > + <tag useDialog="false" ><h2></tag> + <xtag use="true" ></h2></xtag> + <tooltip>The <b>H2</b> element defines a <i>level-two heading</i>. + <br>- ALIGN=[ left | center | right | justify ] (horizontal alignment) + <br>- common attributes + </tooltip> + </action> + <action icon="tag_h3" type="tag" name="tag_h3" text="Head 3 Level" > + <tag useDialog="false" ><h3></tag> + <xtag use="true" ></h3></xtag> + <tooltip>The <b>H3</b> element defines a <i>level-three heading</i>. + <br>- ALIGN=[ left | center | right | justify ] (horizontal alignment) + <br>- common attributes + </tooltip> + </action> + <action icon="tag_h4" type="tag" name="tag_h4" text="Head 4 Level" > + <tag useDialog="false" ><h4></tag> + <xtag use="true" ></h4></xtag> + <tooltip>The <b>H4</b> element defines a <i>level-four heading</i>. + <br>- ALIGN=[ left | center | right | justify ] (horizontal alignment) + <br>- common attributes + </tooltip> + </action> + <action icon="tag_h5" type="tag" name="tag_h5" text="Head 5 Level" > + <tag useDialog="false" ><h5></tag> + <xtag use="true" ></h5></xtag> + <tooltip>The <b>H5</b> element defines a <i>level-five heading</i>. + <br>- ALIGN=[ left | center | right | justify ] (horizontal alignment) + <br>- common attributes + </tooltip> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/html/style.toolbar b/quanta/data/toolbars/html/style.toolbar new file mode 100644 index 00000000..846190f7 --- /dev/null +++ b/quanta/data/toolbars/html/style.toolbar @@ -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>
\ No newline at end of file diff --git a/quanta/data/toolbars/html/tables.actions b/quanta/data/toolbars/html/tables.actions new file mode 100644 index 00000000..72d97e51 --- /dev/null +++ b/quanta/data/toolbars/html/tables.actions @@ -0,0 +1,44 @@ +<!DOCTYPE actionsconfig> +<actions> + <action icon="tag_table" type="tag" name="tag_table" text="Table" > + <tag useDialog="true" ><table></tag> + <xtag use="true" inLine="false" ></table></xtag> + </action> + <action icon="tag_table_row" type="tag" name="tag_table_row" text="Table Row (with dialog)" > + <tag useDialog="true" ><tr></tag> + <xtag use="true" inLine="false" ></tr></xtag> + </action> + <action icon="tag_table_body" type="tag" name="tag_table_body" text="Table Body (with dialog)" > + <tag useDialog="true" ><tbody></tag> + <xtag use="true" inLine="true" ></tbody></xtag> + </action> + <action icon="table_head" type="tag" name="tag_table_head" text="Table Head (with dialog)" > + <tag useDialog="true" ><th></tag> + <xtag use="true" inLine="true" ></th></xtag> + </action> + <action icon="table_data" type="tag" name="tag_table_data" text="Table Data (with dialog)" > + <tag useDialog="true" ><td></tag> + <xtag use="true" inLine="true" ></td></xtag> + </action> + <action icon="tag_tbody" type="tag" name="tag_tbody" text="Table Body" > + <tag useDialog="false" ><tbody></tag> + <xtag use="true" inLine="true" ></tbody></xtag> + </action> + <action icon="tag_th" type="tag" name="tag_th" text="Table Head" > + <tag useDialog="false" ><th></tag> + <xtag use="true" inLine="true" ></th></xtag> + </action> + <action icon="tag_tr" type="tag" name="tag_tr" text="Table Row" > + <tag useDialog="false" ><tr></tag> + <xtag use="true" inLine="false" ></tr></xtag> + </action> + <action icon="tag_td" type="tag" name="tag_td" text="Table Data" > + <tag useDialog="false" ><td></tag> + <xtag use="true" inLine="true" ></td></xtag> + </action> + <action icon="tag_caption" type="tag" name="tag_caption" text="Caption" > + <tag useDialog="false" ><caption></tag> + <xtag use="true" inLine="true" ></caption></xtag> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/html/tables.toolbar b/quanta/data/toolbars/html/tables.toolbar new file mode 100644 index 00000000..8047922d --- /dev/null +++ b/quanta/data/toolbars/html/tables.toolbar @@ -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>
\ No newline at end of file |