summaryrefslogtreecommitdiffstats
path: root/quanta/data/toolbars/html/standard.actions
blob: bc7fb4d97503bd765f41727b1dc8d013c6ed950f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
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>