OSDN Git Service

original file
[nucleus-jp/nucleus-plugins.git] / trunk / NP_TinyMCE2j / tinymce2j / 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.
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" alt="Bold text icon" /></td>
23     <td>Bold text style (Ctrl+B).</td>
24   </tr>
25   <tr>
26     <td><img src="../../images/italic.gif" width="20" height="20" alt="Italic text icon" /></td>
27     <td>Italic text style (Ctrl+I).</td>
28   </tr>
29   <tr>
30     <td><img src="../../images/underline.gif" width="20" height="20" alt="Underline text icon." /></td>
31     <td>Underline text style (Ctrl+U).</td>
32   </tr>
33   <tr>
34     <td><img src="../../images/strikethrough.gif" width="20" height="20" alt="Strikethrough text icon." /></td>
35     <td>Strikethrough text style.</td>
36   </tr>
37   <tr>
38     <td><img src="../../images/justifyleft.gif" width="20" height="20" alt="Align left icon." /></td>
39     <td>Align left.</td>
40   </tr>
41   <tr>
42     <td><img src="../../images/justifycenter.gif" width="20" height="20" alt="Align center icon." /></td>
43     <td>Align center.</td>
44   </tr>
45   <tr>
46     <td><img src="../../images/justifyright.gif" width="20" height="20" alt="Align right icon." /></td>
47     <td>Align right.</td>
48   </tr>
49   <tr>
50     <td><img src="../../images/justifyfull.gif" width="20" height="20" alt="Align full icon." /></td>
51     <td>Align full.</td>
52   </tr>
53   <tr>
54     <td><img src="../../images/bullist.gif" width="20" height="20" alt="Unordered list/bullet list icon." /></td>
55     <td>Unordered list/bullet list.</td>
56   </tr>
57   <tr>
58     <td><img src="../../images/numlist.gif" width="20" height="20" alt="Ordered list/numbered list icon." /></td>
59     <td>Ordered list/numbered list</td>
60   </tr>
61   <tr>
62     <td><img src="../../images/outdent.gif" width="20" height="20" alt="Outdent/decrease indentation icon." /></td>
63     <td>Outdent/decrease indentation.</td>
64   </tr>
65   <tr>
66     <td><img src="../../images/indent.gif" width="20" height="20" alt="Indent/increase indentation icon." /></td>
67     <td>Indent/increase indentation.</td>
68   </tr>
69   <tr>
70     <td><img src="../../images/undo.gif" width="20" height="20" alt="Undo the last operation." /></td>
71     <td>Undo the last operation (Ctrl+Z).</td>
72   </tr>
73   <tr>
74     <td><img src="../../images/redo.gif" width="20" height="20" alt="Redo the last operation icon." /></td>
75     <td>Redo the last operation (Ctrl+Y).</td>
76   </tr>
77   <tr>
78     <td><img src="../../images/link.gif" width="20" height="20" alt="Insert a new link icon." /></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" alt="Unlinks the current selection icon." /></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" alt="Insert a new anchor icon." /></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" alt="Insert a new image icon." /></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" alt="Cleanup code icon." /></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" alt="Show help icon." /></td>
102     <td>Shows this help window.</td>
103   </tr>
104   <tr>
105     <td><img src="../../images/code.gif" width="20" height="20" alt="Source code editor icon." /></td>
106     <td>Opens HTML source code editor. </td>
107   </tr>
108   <tr>
109     <td><img src="../images/table.gif" width="20" height="20" alt="Insert table icon." /></td>
110     <td>Inserts a new table at the current location. </td>
111   </tr>
112   <tr>
113     <td><img src="../images/table_insert_row_before.gif" width="20" height="20" alt="Adds a row above icon." /></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" alt="Adds a row under icon." /></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" alt="Remove row icon." /></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" alt="Add column before icon." /></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" alt="Add column after icon." /></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" alt="Remove column icon." /></td>
134     <td>Removes the current column.</td>
135   </tr>
136   <tr>
137     <td><img src="../../images/hr.gif" width="20" height="20" alt="Insert horizontal ruler icon." /></td>
138     <td>Inserts a new horizontal ruler </td>
139   </tr>
140   <tr>
141     <td><img src="../../images/removeformat.gif" width="20" height="20" alt="Remove formatting icon." /></td>
142     <td>Removes formatting from the selection. </td>
143   </tr>
144   <tr>
145     <td><img src="../../images/sub.gif" width="20" height="20" alt="Subscript icon." /></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" alt="Superscript icon." /></td>
150     <td>Makes the selection to be superscripted. </td>
151   </tr>
152 </table>
153 <br>
154 <hr noshade="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>