MDL-11517 reserved word MOD used in table alias in questions backup code
[moodle-pu.git] / lang / en_utf8 / help / richtext.html
blobc7ef61ed98c7a9a4a16610f1471512a0a7a239d2
1 <h1>About the Richtext HTML editor</h1>
3 <p>Availability: <b>
4 <?php if (!$CFG->htmleditor) {
5 print_string("htmleditordisabledadmin");
6 } else if (!$USER->htmleditor) {
7 print_string("htmleditordisabled");
8 } else if (!can_use_richtext_editor()) {
9 print_string("htmleditordisabledbrowser");
10 } else {
11 print_string("htmleditoravailable");
14 </b></p>
16 <p>The Richtext HTML editor provides a word-processor interface embedded in your web page to allow you to edit text in an intuitive way, and produces normal HTML code.</p>
18 <p>In addition to formatting text, this editor provides a number of extra features you may find useful.
20 <h2>Paste text in from other Applications</h2>
21 <div class="indent">
22 <p>You can cut and paste rich text from other Windows applications such as Microsoft Word
23 straight into this editor, and your formatting will be preserved. Just use the normal cut and paste
24 menus in your web browser (or Control-C and Control-V).</p>
25 </div>
27 <h2>Inserting images <img alt="" src="lib/editor/htmlarea/images/ed_image.gif" /></h2>
28 <div class="indent">
29 <p>If you have images that are already published on a web site and accessible via a URL, you can include these images in your texts using the "Insert Image" button.</p>
30 </div>
32 <h2>Inserting Tables <img alt="" src="lib/editor/htmlarea/images/insert_table.gif" /></h2>
33 <div class="indent">
34 <p>To add layout to your texts, you can use the "Insert Tables" button in the toolbar.
35 </div>
37 <h2>Inserting Links <img alt="" src="lib/editor/htmlarea/images/ed_link.gif" /> /</h2>
38 <div class="indent">
39 <p>To make a new link, first type the text that you want to be a link. Then select it and click the link button in the toolbar. Type the URL you want to link to and it's done!</p>
40 </div>
43 <h2>Inserting smilies (emoticons) <img alt="" src="pix/s/smiley.gif" class="icon" /></h2>
44 <div class="indent">
45 <p>To embed these small icons in your text, click on the smiley icon in the toolbar. A dialog will pop up that allows you to select from the following smiley icons. (Alternatively, you can just type the corresponding code straight into your text and it will be converted later when your text is displayed).</p>
47 <table border="1">
48 <tr valign="top">
49 <td>
50 <table border="0" align="center" cellpadding="10">
51 <tr>
52 <td><img alt="" src="pix/s/smiley.gif" class="icon" /></td>
53 <td>smile</td>
54 <td nowrap="nowrap"><code>:-)</code></td>
55 </tr>
56 <tr>
57 <td><img alt="" src="pix/s/biggrin.gif" class="icon" /></td>
58 <td>big grin</td>
59 <td nowrap="nowrap"><code>:-D</code></td>
60 </tr>
61 <tr>
62 <td><img alt="" src="pix/s/wink.gif" class="icon" /></td>
63 <td>wink</td>
64 <td nowrap="nowrap"><code>;-)</code></td>
65 </tr>
66 <tr>
67 <td><img alt="" src="pix/s/mixed.gif" class="icon" /></td>
68 <td>mixed</td>
69 <td nowrap="nowrap"><code>:-/</code></td>
70 </tr>
71 <tr>
72 <td><img alt="" src="pix/s/thoughtful.gif" class="icon" /></td>
73 <td>thoughtful</td>
74 <td nowrap="nowrap"><code>V-.</code></td>
75 </tr>
76 <tr>
77 <td><img alt="" src="pix/s/tongueout.gif" class="icon" /></td>
78 <td>tongue out</td>
79 <td nowrap="nowrap"><code>:-P</code></td>
80 </tr>
81 <tr>
82 <td><img alt="" src="pix/s/cool.gif" class="icon" /></td>
83 <td>cool</td>
84 <td nowrap="nowrap"><code>B-)</code></td>
85 </tr>
86 <tr>
87 <td><img alt="" src="pix/s/approve.gif" class="icon" /></td>
88 <td>approve</td>
89 <td nowrap="nowrap"><code>^-)</code></td>
90 </tr>
91 <tr>
92 <td><img alt="" src="pix/s/wideeyes.gif" class="icon" /></td>
93 <td>wide eyes</td>
94 <td nowrap="nowrap"><code>8-)</code></td>
95 </tr>
96 <tr>
97 <td><img alt="" src="pix/s/surprise.gif" class="icon" /></td>
98 <td>surprise</td>
99 <td nowrap="nowrap"><code>8-o</code></td>
100 </tr>
101 </table>
102 </td>
103 <td>
104 <table border="0" align="center" cellpadding="10">
105 <tr>
106 <td><img alt="" src="pix/s/sad.gif" class="icon" /></td>
107 <td>sad</td>
108 <td nowrap="nowrap"><code>:-(</code></td>
109 </tr>
110 <tr>
111 <td><img alt="" src="pix/s/shy.gif" class="icon" /></td>
112 <td>shy</td>
113 <td nowrap="nowrap"><code>8-.</code></td>
114 </tr>
115 <tr>
116 <td><img alt="" src="pix/s/blush.gif" class="icon" /></td>
117 <td>blush</td>
118 <td nowrap="nowrap"><code>:-I</code></td>
119 </tr>
120 <tr>
121 <td><img alt="" src="pix/s/kiss.gif" class="icon" /></td>
122 <td>kisses</td>
123 <td nowrap="nowrap"><code>:-X</code></td>
124 </tr>
125 <tr>
126 <td><img alt="" src="pix/s/clown.gif" class="icon" /></td>
127 <td>clown</td>
128 <td nowrap="nowrap"><code>:o)</code></td>
129 </tr>
130 <tr>
131 <td><img alt="" src="pix/s/blackeye.gif" class="icon" /></td>
132 <td>black eye</td>
133 <td nowrap="nowrap"><code>P-|</code></td>
134 </tr>
135 <tr>
136 <td><img alt="" src="pix/s/angry.gif" class="icon" /></td>
137 <td>angry</td>
138 <td nowrap="nowrap"><code>8-[</code></td>
139 </tr>
140 <tr>
141 <td><img alt="" src="pix/s/dead.gif" class="icon" /></td>
142 <td>dead</td>
143 <td nowrap="nowrap"><code>xx-P</code></td>
144 </tr>
145 <tr>
146 <td><img alt="" src="pix/s/sleepy.gif" class="icon" /></td>
147 <td>sleepy</td>
148 <td nowrap="nowrap"><code>|-.</code></td>
149 </tr>
150 <tr>
151 <td><img alt="" src="pix/s/evil.gif" class="icon" /></td>
152 <td>evil</td>
153 <td nowrap="nowrap"><code>}-]</code></td>
154 </tr>
155 </table>
156 </td>
157 </tr>
158 </table>
160 </div>