From 92326f9e69bb4aee30dd0f088523d293fc0804da Mon Sep 17 00:00:00 2001 From: Slávek Banko 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/html/forms.actions | 56 +++++++++++++++ quanta/data/toolbars/html/forms.toolbar | 24 +++++++ quanta/data/toolbars/html/lists.actions | 28 ++++++++ quanta/data/toolbars/html/lists.toolbar | 16 +++++ quanta/data/toolbars/html/other.actions | 23 +++++++ quanta/data/toolbars/html/other.toolbar | 19 ++++++ quanta/data/toolbars/html/standard.actions | 106 +++++++++++++++++++++++++++++ quanta/data/toolbars/html/standard.toolbar | 27 ++++++++ quanta/data/toolbars/html/style.actions | 72 ++++++++++++++++++++ quanta/data/toolbars/html/style.toolbar | 21 ++++++ quanta/data/toolbars/html/tables.actions | 44 ++++++++++++ quanta/data/toolbars/html/tables.toolbar | 20 ++++++ 12 files changed, 456 insertions(+) create mode 100644 quanta/data/toolbars/html/forms.actions create mode 100644 quanta/data/toolbars/html/forms.toolbar create mode 100644 quanta/data/toolbars/html/lists.actions create mode 100644 quanta/data/toolbars/html/lists.toolbar create mode 100644 quanta/data/toolbars/html/other.actions create mode 100644 quanta/data/toolbars/html/other.toolbar create mode 100644 quanta/data/toolbars/html/standard.actions create mode 100644 quanta/data/toolbars/html/standard.toolbar create mode 100644 quanta/data/toolbars/html/style.actions create mode 100644 quanta/data/toolbars/html/style.toolbar create mode 100644 quanta/data/toolbars/html/tables.actions create mode 100644 quanta/data/toolbars/html/tables.toolbar (limited to 'quanta/data/toolbars/html') 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 @@ + + + + <form> + </form> + + + <select> + </select> + + + <option> + </option> + + + <input type="checkbox"> + + + + <input type="radio"> + + + + <input type="button"> + + + + <textarea> + </textarea> + + + <input type="password"> + + + + <input type="text"> + + + + <fieldset> + </fieldset> + + + <legend> + </legend> + + + <input type="submit"> + + + + <input type="reset"> + + + + \ 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 @@ + + + + Forms + + + + + + + + + + + + + + + + + + + + \ 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 @@ + + + + <ul> + </ul> + + + <ol> + </ol> + + + <li> + </li> + + + <dl> + </dl> + + + <dt> + </dt> + + + <dd> + </dd> + + + \ 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 @@ + + + + Lists + + + + + + + + + + + + \ 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 @@ + + + + + + + <meta> + + + + <base> + + + + <style type="text/css"> + </style> + + + <link> + + + + \ 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 @@ + + + + Other + + + + + + + + + + + + + + + \ 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 @@ + + + + + + + The <b>B</b> element suggests that text be rendered as <i>bold text</i>. + <br>- common attributes + + <strong> + </strong> + + + The <b>I</b> element suggests that text be rendered as <i>italic text</i>. + <br>- common attributes + + <em> + </em> + + + <u> + </u> + The <b>U</b> element, deprecated in HTML 4.0, suggests that text be rendered as <i>underlined text</i>. + <br>- common attributes + + + + <br> + 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 + + + + <p> + </p> + The <b>P</b> element defines a <i>paragraph</i>. + <br>- ALIGN=[ left | center | right | justify ] (horizontal alignment) + <br>- common attributes + + + + &nbsp; + Inserting <b>nbsp</b>. + Non breaking <i>space</i>. + + + + <a> + </a> + 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. + + + + <img> + The <b>IMG</b> element specifies an <i>inline</i> image. + The required <b>SRC</b> attribute specifies the location of the image. + + + + <hr> + 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. + + + + <!-- + --> + The <b>!-- --></b> element <i>comment</i> a text inside. + + + + <div align="left"> + </div> + The <b>DIV ALIGN</b>=<i>left</i> + suggests the horizontal alignment for the content of the division to <i>left</i>. + + + + <div align="center"> + </div> + 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>. + + + + <div align="right"> + </div> + The <b>DIV ALIGN</b>=<i>right</i> + suggests the horizontal alignment for the content of the division to <i>right</i>. + + + + <div align="justify"> + </div> + The <b>DIV ALIGN</b>=<i>justify</i> + suggests the horizontal alignment for the content of the division to <i>justify</i>. + + + + <span> + </span> + + + \ 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 @@ + + + + Standard + + + + + + + + + + + + + + + + + + + + + + + \ 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 @@ + + + + <span> + </span> + + + <div> + </div> + + + <pre> + </pre> + The <b>PRE</b> element allows to view <i>preformatted</i> text. + + + + <sub> + </sub> + The <b>SUB</b> element is used for <i>subscripts</i>. + <br>- common attributes + + + + <sup> + </sup> + The <b>SUP</b> element is used for <i>superscripts</i>. + <br>- common attributes + + + + <h1> + </h1> + The <b>H1</b> element defines a <i>level-one heading</i>. + <br>- ALIGN=[ left | center | right | justify ] (horizontal alignment) + <br>- common attributes + + + + <h2> + </h2> + The <b>H2</b> element defines a <i>level-two heading</i>. + <br>- ALIGN=[ left | center | right | justify ] (horizontal alignment) + <br>- common attributes + + + + <h3> + </h3> + The <b>H3</b> element defines a <i>level-three heading</i>. + <br>- ALIGN=[ left | center | right | justify ] (horizontal alignment) + <br>- common attributes + + + + <h4> + </h4> + The <b>H4</b> element defines a <i>level-four heading</i>. + <br>- ALIGN=[ left | center | right | justify ] (horizontal alignment) + <br>- common attributes + + + + <h5> + </h5> + The <b>H5</b> element defines a <i>level-five heading</i>. + <br>- ALIGN=[ left | center | right | justify ] (horizontal alignment) + <br>- common attributes + + + + \ 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 @@ + + + + Style + + + + + + + + + + + + + + + + + \ 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 @@ + + + + <table> + </table> + + + <tr> + </tr> + + + <tbody> + </tbody> + + + <th> + </th> + + + <td> + </td> + + + <tbody> + </tbody> + + + <th> + </th> + + + <tr> + </tr> + + + <td> + </td> + + + <caption> + </caption> + + + \ 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 @@ + + + + Tables + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3