mirror of
https://github.com/moodle/moodle.git
synced 2025-01-21 07:28:31 +01:00
164 lines
6.7 KiB
HTML
164 lines
6.7 KiB
HTML
<P ALIGN=CENTER><B>Over de Richtext HTML editor</B></P>
|
|
|
|
<P>Beschikbaarheid: <B>
|
|
<?php if (!$CFG->htmleditor) {
|
|
print_string("htmleditordisabledadmin");
|
|
} else if (!$USER->htmleditor) {
|
|
print_string("htmleditordisabled");
|
|
} else if (!can_use_richtext_editor()) {
|
|
print_string("htmleditordisabledbrowser");
|
|
} else {
|
|
print_string("htmleditoravailable");
|
|
}
|
|
?>
|
|
</B></P>
|
|
|
|
<P>De Richtext HTML editor voorziet je van een tekstverwerker interface in je webpagina. Zo kun je tekst
|
|
bewerken op een intuïtieve manier. Hij produceert gewone HTML code.
|
|
|
|
<P>Bij de gewone tekstopmaak voorziet deze teksteditor heel wat extra mogelijkheden die je misschien wel nuttig vindt.
|
|
|
|
<P><B>Tekst plakken vanuit andere toepassingen</B></P>
|
|
<UL>
|
|
<P>Je kunt opgemaakte tekst knippen en plakken vanuit andere Windowsapplicaties zoals Microsoft Word zonder verlies van je
|
|
tekstopmaak. Gebruik de gewone knip en plak menus in je browser (of control-c control-v)
|
|
</UL>
|
|
|
|
<P><B>Bestanden invoegen <img border="0" hspace="10" src="lib/editor/images/ed_image.gif"></B></P>
|
|
<UL>
|
|
<P>Als je bestanden wil invoegen die al op een website staan en die te bereiken zijn via een URL, dan kun je die
|
|
afbeeldingen in je tekst gebruiken door de "Insert Image" knop.
|
|
</UL>
|
|
|
|
<P><B>Tabellen invoegen <img border="0" hspace="10" src="lib/editor/images/insert_table.gif"></B></P>
|
|
<UL>
|
|
<P>Om je teksten wat layout te geven, kun je de "Insert Tables" knop uit de werkbalk gebruiken.
|
|
</UL>
|
|
|
|
<P><B>Links invoegen<img border="0" hspace="10" src="lib/editor/images/ed_link.gif"></B></P>
|
|
<UL>
|
|
<P>Om een nieuwe link te maken type je eerst de tekst waarvan je wil dat het een link wordt. Selecteer die tekst
|
|
in klik op de linkknop in de werkbalk. Geef de URL die je wil en je link is klaar!
|
|
</UL>
|
|
|
|
|
|
<P><B>Het invoegen van smilies (emoticons) <img border="0" hspace="10" src="pix/s/smiley.gif" width="15" height="15"></B></P>
|
|
<UL>
|
|
<P>Klik op de smiley in de werkbalk om die kleine icoontjes in je tekst te zetten. Er verschijnt een dialoogbox waarmee
|
|
je één van de volgende icoontjes kunt invoegen door er op te klikken.(Je kunt evengoed de code recht in je tekst brengen.
|
|
Die code zal later geconverteerd worden als je tekst getoond wordt.)
|
|
<table border="1">
|
|
<tr valign="top">
|
|
<td>
|
|
<table border="0" align="center" cellpadding="10">
|
|
<tr>
|
|
<td><img border="0" hspace="10" src="pix/s/smiley.gif" width="15" height="15"></td>
|
|
<td>glimlach</td>
|
|
<td NOWRAP><FONT FACE=Courier>:-)</td>
|
|
</tr>
|
|
<tr>
|
|
<td><img alt border="0" hspace="10" src="pix/s/biggrin.gif" width="15" height="15"></td>
|
|
<td>grijns</td>
|
|
<td NOWRAP><FONT FACE=Courier>:-D</td>
|
|
</tr>
|
|
<tr>
|
|
<td><img alt border="0" hspace="10" src="pix/s/wink.gif" width="15" height="15"></td>
|
|
<td>knipoog</td>
|
|
<td NOWRAP><FONT FACE=Courier>;-)</td>
|
|
</tr>
|
|
<tr>
|
|
<td><img alt border="0" hspace="10" src="pix/s/mixed.gif" width="15" height="15"></td>
|
|
<td>gemengd gevoel</td>
|
|
<td NOWRAP><FONT FACE=Courier>:-/</td>
|
|
</tr>
|
|
<tr>
|
|
<td><img alt border="0" hspace="10" src="pix/s/thoughtful.gif" width="15" height="15"></td>
|
|
<td>bedenking</td>
|
|
<td NOWRAP><FONT FACE=Courier>V-.</FONT></td>
|
|
</tr>
|
|
<tr>
|
|
<td><img alt border="0" hspace="10" src="pix/s/tongueout.gif" width="15" height="15"></td>
|
|
<td>tong uit</td>
|
|
<td NOWRAP><FONT FACE=Courier>:-P</td>
|
|
</tr>
|
|
<tr>
|
|
<td><img alt border="0" hspace="10" src="pix/s/cool.gif" width="15" height="15"></td>
|
|
<td>cool</td>
|
|
<td NOWRAP><FONT FACE=Courier>B-)</td>
|
|
</tr>
|
|
<tr>
|
|
<td><img alt border="0" hspace="10" src="pix/s/approve.gif" width="15" height="15"></td>
|
|
<td>goedkeurend</td>
|
|
<td NOWRAP><FONT FACE=Courier>^-)</td>
|
|
</tr>
|
|
<tr>
|
|
<td><img alt border="0" hspace="10" src="pix/s/wideeyes.gif" width="15" height="15"></td>
|
|
<td>ogen wijd</td>
|
|
<td NOWRAP><FONT FACE=Courier>8-)</td>
|
|
</tr>
|
|
<tr>
|
|
<td><img alt border="0" hspace="10" src="pix/s/surprise.gif" width="15" height="15"></td>
|
|
<td>verrast</td>
|
|
<td NOWRAP><FONT FACE=Courier>8-o</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="0" align="center" cellpadding="10">
|
|
<tr>
|
|
<td><img alt border="0" hspace="10" src="pix/s/sad.gif" width="15" height="15"></td>
|
|
<td>triest</td>
|
|
<td NOWRAP><FONT FACE=Courier>:-(</td>
|
|
</tr>
|
|
<tr>
|
|
<td><img alt border="0" hspace="10" src="pix/s/shy.gif" width="15" height="15"></td>
|
|
<td>verlegen</td>
|
|
<td NOWRAP><FONT FACE=Courier>8-.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><img alt border="0" hspace="10" src="pix/s/blush.gif" width="15" height="15"></td>
|
|
<td>blozend</td>
|
|
<td NOWRAP><FONT FACE=Courier>:-I</td>
|
|
</tr>
|
|
<tr>
|
|
<td><img alt border="0" hspace="10" src="pix/s/kiss.gif" width="15" height="15"></td>
|
|
<td>kusjes</td>
|
|
<td NOWRAP><FONT FACE=Courier>:-X</td>
|
|
</tr>
|
|
<tr>
|
|
<td><img alt border="0" hspace="10" src="pix/s/clown.gif" width="15" height="15"></td>
|
|
<td>clown</td>
|
|
<td NOWRAP><FONT FACE=Courier>:o)</td>
|
|
</tr>
|
|
<tr>
|
|
<td><img alt border="0" hspace="10" src="pix/s/blackeye.gif" width="15" height="15"></td>
|
|
<td>blauw oog</td>
|
|
<td NOWRAP><FONT FACE=Courier>P-|</td>
|
|
</tr>
|
|
<tr>
|
|
<td><img alt border="0" hspace="10" src="pix/s/angry.gif" width="15" height="15"></td>
|
|
<td>boos</td>
|
|
<td NOWRAP><FONT FACE=Courier>8-[</td>
|
|
</tr>
|
|
<tr>
|
|
<td><img alt border="0" hspace="10" src="pix/s/dead.gif" width="15" height="15"></td>
|
|
<td>dood</td>
|
|
<td NOWRAP><FONT FACE=Courier>xx-P</td>
|
|
</tr>
|
|
<tr>
|
|
<td><img alt border="0" hspace="10" src="pix/s/sleepy.gif" width="15" height="15"></td>
|
|
<td>slaperig</td>
|
|
<td NOWRAP><FONT FACE=Courier>|-.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><img alt border="0" hspace="10" src="pix/s/evil.gif" width="15" height="15"></td>
|
|
<td>boosaardig</td>
|
|
<td NOWRAP><FONT FACE=Courier>}-]</td>
|
|
</tr>
|
|
</table>
|
|
</table>
|
|
|
|
</UL>
|
|
|
|
|