From 92326f9e69bb4aee30dd0f088523d293fc0804da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 2 Jan 2019 02:15:54 +0100 Subject: Quanta: Extract source files for toolbars contained in tarballs. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 1e750683286c018238ae80a37a17709028a5f619) --- quanta/data/toolbars/wml-1-2/deck.actions | 29 +++++++++++++++ quanta/data/toolbars/wml-1-2/deck.toolbar | 10 +++++ quanta/data/toolbars/wml-1-2/forms.actions | 23 ++++++++++++ quanta/data/toolbars/wml-1-2/forms.toolbar | 10 +++++ quanta/data/toolbars/wml-1-2/misc.actions | 37 ++++++++++++++++++ quanta/data/toolbars/wml-1-2/misc.toolbar | 13 +++++++ quanta/data/toolbars/wml-1-2/table.actions | 13 +++++++ quanta/data/toolbars/wml-1-2/table.toolbar | 8 ++++ quanta/data/toolbars/wml-1-2/tasks.actions | 33 ++++++++++++++++ quanta/data/toolbars/wml-1-2/tasks.toolbar | 12 ++++++ quanta/data/toolbars/wml-1-2/text.actions | 60 ++++++++++++++++++++++++++++++ quanta/data/toolbars/wml-1-2/text.toolbar | 18 +++++++++ 12 files changed, 266 insertions(+) create mode 100644 quanta/data/toolbars/wml-1-2/deck.actions create mode 100644 quanta/data/toolbars/wml-1-2/deck.toolbar create mode 100644 quanta/data/toolbars/wml-1-2/forms.actions create mode 100644 quanta/data/toolbars/wml-1-2/forms.toolbar create mode 100644 quanta/data/toolbars/wml-1-2/misc.actions create mode 100644 quanta/data/toolbars/wml-1-2/misc.toolbar create mode 100644 quanta/data/toolbars/wml-1-2/table.actions create mode 100644 quanta/data/toolbars/wml-1-2/table.toolbar create mode 100644 quanta/data/toolbars/wml-1-2/tasks.actions create mode 100644 quanta/data/toolbars/wml-1-2/tasks.toolbar create mode 100644 quanta/data/toolbars/wml-1-2/text.actions create mode 100644 quanta/data/toolbars/wml-1-2/text.toolbar (limited to 'quanta/data/toolbars/wml-1-2') diff --git a/quanta/data/toolbars/wml-1-2/deck.actions b/quanta/data/toolbars/wml-1-2/deck.actions new file mode 100644 index 00000000..ba5772b5 --- /dev/null +++ b/quanta/data/toolbars/wml-1-2/deck.actions @@ -0,0 +1,29 @@ + + + +<access> + + + + +<wml> + </wml> + + + +<card> + </card> + + + +<head> + </head> + + + +<meta> + </meta> + + + + diff --git a/quanta/data/toolbars/wml-1-2/deck.toolbar b/quanta/data/toolbars/wml-1-2/deck.toolbar new file mode 100644 index 00000000..f8a7c834 --- /dev/null +++ b/quanta/data/toolbars/wml-1-2/deck.toolbar @@ -0,0 +1,10 @@ + + + +deck + + + + + + diff --git a/quanta/data/toolbars/wml-1-2/forms.actions b/quanta/data/toolbars/wml-1-2/forms.actions new file mode 100644 index 00000000..3fd26549 --- /dev/null +++ b/quanta/data/toolbars/wml-1-2/forms.actions @@ -0,0 +1,23 @@ + + + +<select> + </select> + + + +<input> + + + + +<option> + </option> + + + +<optgroup> + </optgroup> + + + diff --git a/quanta/data/toolbars/wml-1-2/forms.toolbar b/quanta/data/toolbars/wml-1-2/forms.toolbar new file mode 100644 index 00000000..69146802 --- /dev/null +++ b/quanta/data/toolbars/wml-1-2/forms.toolbar @@ -0,0 +1,10 @@ + + + +forms + + + + + + diff --git a/quanta/data/toolbars/wml-1-2/misc.actions b/quanta/data/toolbars/wml-1-2/misc.actions new file mode 100644 index 00000000..8976e5f2 --- /dev/null +++ b/quanta/data/toolbars/wml-1-2/misc.actions @@ -0,0 +1,37 @@ + + + +<anchor> + </anchor> + The <b>anchor</b> element denotes an <i>anchor</i>-- a link to formatted text. + The <b>task</b> within the tag is executed when the link is selected, such as an <i>go</i> task or a <i>refresh</i>. + + +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 <i>wml</i> document. + + <a> + </a> + + + +<img> + The <b>IMG</b> element specifies an <i>inline</i> image. + The required <b>SRC</b> attribute specifies the location of the image. + + +<timer> + </timer> + + + +<setvar> + + + + +<postfield> + + + + diff --git a/quanta/data/toolbars/wml-1-2/misc.toolbar b/quanta/data/toolbars/wml-1-2/misc.toolbar new file mode 100644 index 00000000..da09bc60 --- /dev/null +++ b/quanta/data/toolbars/wml-1-2/misc.toolbar @@ -0,0 +1,13 @@ + + + +misc. + + + + + + + + + diff --git a/quanta/data/toolbars/wml-1-2/table.actions b/quanta/data/toolbars/wml-1-2/table.actions new file mode 100644 index 00000000..4b548ed4 --- /dev/null +++ b/quanta/data/toolbars/wml-1-2/table.actions @@ -0,0 +1,13 @@ + + + +<table> + </table> + +<tr> + </tr> + +<td> + </td> + + \ No newline at end of file diff --git a/quanta/data/toolbars/wml-1-2/table.toolbar b/quanta/data/toolbars/wml-1-2/table.toolbar new file mode 100644 index 00000000..944d156d --- /dev/null +++ b/quanta/data/toolbars/wml-1-2/table.toolbar @@ -0,0 +1,8 @@ + + + +table + + + + \ No newline at end of file diff --git a/quanta/data/toolbars/wml-1-2/tasks.actions b/quanta/data/toolbars/wml-1-2/tasks.actions new file mode 100644 index 00000000..e1c4e9ab --- /dev/null +++ b/quanta/data/toolbars/wml-1-2/tasks.actions @@ -0,0 +1,33 @@ + + + +<go> + </go> + + + +<noop /> + + + + +<prev> + </prev> + + + +<refresh> + </refresh> + + + +<do> + </do> + + + +<onevent> + </onevent> + + + diff --git a/quanta/data/toolbars/wml-1-2/tasks.toolbar b/quanta/data/toolbars/wml-1-2/tasks.toolbar new file mode 100644 index 00000000..d7c1951c --- /dev/null +++ b/quanta/data/toolbars/wml-1-2/tasks.toolbar @@ -0,0 +1,12 @@ + + + +tasks + + + + + + + + diff --git a/quanta/data/toolbars/wml-1-2/text.actions b/quanta/data/toolbars/wml-1-2/text.actions new file mode 100644 index 00000000..14909c9c --- /dev/null +++ b/quanta/data/toolbars/wml-1-2/text.actions @@ -0,0 +1,60 @@ + + + +<b> + </b> + The <b>B</b> element suggests that text be rendered as <i>bold text</i>. + + +The <b>B</b> element suggests that text be rendered as <i>emphasized text</i>. + + <em> + </em> + + + +<i> + </i> + The <b>I</b> element suggests that text be rendered as <i>italic text</i>. + + +<u> + </u> + The <b>U</b> element suggests that text be rendered as <i>underlined text</i>. + + +The <b>small</b> element suggests that text be rendered as a <i>small font</i>. + + <small> + </small> + + + +The <b>big</b> element suggests that text be rendered as a <i>big font</i>. + + <big> + </big> + + + +The <b>br</b> element forces a <i>break</i> in the current line of text. + + <br /> + + + + +<p> + </p> + The <b>P</b> element defines a <i>paragraph</i>. + <br>- ALIGN=[ left | center | right ] (horizontal alignment) + + +The <b>PRE</b> element allows to view <i>preformatted</i> text. + + <pre xml:space="preserve"> + </pre> + + + + \ No newline at end of file diff --git a/quanta/data/toolbars/wml-1-2/text.toolbar b/quanta/data/toolbars/wml-1-2/text.toolbar new file mode 100644 index 00000000..ce28c003 --- /dev/null +++ b/quanta/data/toolbars/wml-1-2/text.toolbar @@ -0,0 +1,18 @@ + + + +text + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.1