summaryrefslogtreecommitdiffstats
path: root/quanta/data/toolbars/html
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/data/toolbars/html')
-rw-r--r--quanta/data/toolbars/html/forms.actions56
-rw-r--r--quanta/data/toolbars/html/forms.toolbar24
-rw-r--r--quanta/data/toolbars/html/lists.actions28
-rw-r--r--quanta/data/toolbars/html/lists.toolbar16
-rw-r--r--quanta/data/toolbars/html/other.actions23
-rw-r--r--quanta/data/toolbars/html/other.toolbar19
-rw-r--r--quanta/data/toolbars/html/standard.actions106
-rw-r--r--quanta/data/toolbars/html/standard.toolbar27
-rw-r--r--quanta/data/toolbars/html/style.actions72
-rw-r--r--quanta/data/toolbars/html/style.toolbar21
-rw-r--r--quanta/data/toolbars/html/tables.actions44
-rw-r--r--quanta/data/toolbars/html/tables.toolbar20
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" >&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> \ 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" >&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> \ 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" >&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> \ 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 &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> \ 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" >&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> \ 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" >&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> \ 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