summaryrefslogtreecommitdiffstats
path: root/quanta/data/toolbars/cfml/standard.actions
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/data/toolbars/cfml/standard.actions')
-rw-r--r--quanta/data/toolbars/cfml/standard.actions102
1 files changed, 102 insertions, 0 deletions
diff --git a/quanta/data/toolbars/cfml/standard.actions b/quanta/data/toolbars/cfml/standard.actions
new file mode 100644
index 00000000..6179aba0
--- /dev/null
+++ b/quanta/data/toolbars/cfml/standard.actions
@@ -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> \ No newline at end of file