]> code.citadel.org Git - citadel.git/blob - webcit/tiny_mce/themes/advanced/docs/en/common_buttons.htm
* Removed the Kevin Roth rich text editor and replaced it with TinyMCE.
[citadel.git] / webcit / tiny_mce / themes / advanced / docs / en / common_buttons.htm
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <HEAD>
3 <TITLE>Common buttons</TITLE>
4 <link href="style.css" rel="stylesheet" type="text/css">
5 </HEAD>
6
7 <BODY>
8
9 <table width="100%" border="0" cellpadding="1" cellspacing="3" class="pageheader">
10   <tr> 
11     <td><span class="title">Common buttons</span></td>
12     <td align="right"><a href="index.htm"><acronym title="Table of contents">TOC</acronym></a></td>
13   </tr>
14 </table>
15 <hr noshade>
16 <br>
17 Below is a short description about each button.<img src="../../images/spacer.gif" width="1" height="1"> 
18 <br>
19 <br>
20 <table border="1" cellpadding="3" cellspacing="0">
21   <tr>
22     <td><img src="../../images/bold.gif" width="20" height="20"></td>
23     <td>Bold text style.</td>
24   </tr>
25   <tr>
26     <td><img src="../../images/italic.gif" width="20" height="20"></td>
27     <td>Italic text style.</td>
28   </tr>
29   <tr>
30     <td><img src="../../images/underline.gif" width="20" height="20"></td>
31     <td>Underline text style.</td>
32   </tr>
33   <tr>
34     <td><img src="../../images/strikethrough.gif" width="20" height="20"></td>
35     <td>Strikethrough text style.</td>
36   </tr>
37   <tr>
38     <td><img src="../../images/left.gif" width="20" height="20"></td>
39     <td>Align left.</td>
40   </tr>
41   <tr>
42     <td><img src="../../images/center.gif" width="20" height="20"></td>
43     <td>Align center.</td>
44   </tr>
45   <tr>
46     <td><img src="../../images/right.gif" width="20" height="20"></td>
47     <td>Align right.</td>
48   </tr>
49   <tr>
50     <td><img src="../../images/full.gif" width="20" height="20"></td>
51     <td>Align full.</td>
52   </tr>
53   <tr>
54     <td><img src="../../images/bullist.gif" width="20" height="20"></td>
55     <td>Unordered list/bullet list.</td>
56   </tr>
57   <tr>
58     <td><img src="../../images/numlist.gif" width="20" height="20"></td>
59     <td>Ordered list/numbered list</td>
60   </tr>
61   <tr>
62     <td><img src="../../images/outdent.gif" width="20" height="20"></td>
63     <td>Outdent/decrease indentation.</td>
64   </tr>
65   <tr>
66     <td><img src="../../images/indent.gif" width="20" height="20"></td>
67     <td>Indent/incread indentation.</td>
68   </tr>
69   <tr>
70     <td><img src="../../images/undo.gif" width="20" height="20"></td>
71     <td>Undo the last operation.</td>
72   </tr>
73   <tr>
74     <td><img src="../../images/redo.gif" width="20" height="20"></td>
75     <td>Redo the last operation.</td>
76   </tr>
77   <tr>
78     <td><img src="../../images/link.gif" width="20" height="20"></td>
79     <td>Insert a new link, read more about this function in the <a href="insert_link_button.htm">Insert 
80       link section</a>.</td>
81   </tr>
82   <tr>
83     <td><img src="../../images/unlink.gif" width="20" height="20"></td>
84     <td>Unlinks the current selection/removes all selected links.</td>
85   </tr>
86   <tr>
87     <td><img src="../../images/anchor.gif" width="20" height="20"></td>
88     <td>Insert a new anchor, read more about this function in the <a href="insert_anchor_button.htm">Insert anchor section.</a></td>
89   </tr>
90   <tr>
91     <td><img src="../../images/image.gif" width="20" height="20"></td>
92     <td>Insert a new image, read more about this function in the <a href="insert_image_button.htm">Insert 
93       image section</a>.</td>
94   </tr>
95   <tr>
96     <td><img src="../../images/cleanup.gif" width="20" height="20"></td>
97     <td>Cleanup code/Removes unwanted formating. This function is useful when 
98       you copy contents from for example a office product.</td>
99   </tr>
100   <tr>
101     <td><img src="../../images/help.gif" width="20" height="20"></td>
102     <td>Shows this help window.</td>
103   </tr>
104   <tr>
105     <td><img src="../../images/code.gif" width="20" height="20"></td>
106     <td>Opens HTML source code editor. </td>
107   </tr>
108   <tr>
109     <td><img src="../images/table.gif" width="20" height="20"></td>
110     <td>Inserts a new 2x2 table at the current location. </td>
111   </tr>
112   <tr>
113     <td><img src="../images/table_insert_row_before.gif" width="20" height="20"></td>
114     <td>Adds a row above the current one. </td>
115   </tr>
116   <tr>
117     <td><img src="../images/table_insert_row_after.gif" width="20" height="20"></td>
118     <td>Adds a row under the current one. </td>
119   </tr>
120   <tr>
121     <td><img src="../images/table_delete_row.gif" width="20" height="20"></td>
122     <td>Removes the row. </td>
123   </tr>
124   <tr>
125     <td><img src="../images/table_insert_col_before.gif" width="20" height="20"></td>
126     <td>Adds a column before the current one.</td>
127   </tr>
128   <tr>
129     <td><img src="../images/table_insert_col_after.gif" width="20" height="20"></td>
130     <td>Adds a column after the current one.</td>
131   </tr>
132   <tr>
133     <td><img src="../images/table_delete_col.gif" width="20" height="20"></td>
134     <td>Removes the current  column.</td>
135   </tr>
136   <tr>
137     <td><img src="../../images/hr.gif" width="20" height="20"></td>
138     <td>Inserts a new horizontal ruler </td>
139   </tr>
140   <tr>
141     <td><img src="../../images/removeformat.gif" width="20" height="20"></td>
142     <td>Removes formatting from the selection. </td>
143   </tr>
144   <tr>
145     <td><img src="../../images/sub.gif" width="20" height="20"></td>
146     <td>Makes the selection to be subscript. </td>
147   </tr>
148   <tr>
149     <td><img src="../../images/sup.gif" width="20" height="20"></td>
150     <td>Makes the selection to be superscripted. </td>
151   </tr>
152 </table>
153 <br>
154 <hr noshade>
155 <table width="100%" border="0" cellpadding="1" cellspacing="3" class="pagefooter">
156   <tr> 
157     <td>Go to: <a href="index.htm">Table of contents</a></td>
158     <td align="right"><a href="#">Top</a></td>
159   </tr>
160 </table>
161 </BODY>
162 </HTML>