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