source: sandbox/expressoMail1_2/corretor_ortografico/spell_checker/example.php @ 2375

Revision 2375, 1.3 KB checked in by paula.franceschini, 14 years ago (diff)

Ticket #891 - adicionando modulo do corretor ortografico

Line 
1<html>
2<head>
3<title>AJAX-Spell</title>
4<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5<link rel="stylesheet" type="text/css" href="css/spell_checker.css">
6<script src="cpaint/cpaint2.inc.compressed.js" type="text/javascript"></script>
7<!-- You can use either one of the files below, but the compressed one
8     will be faster and a lot smaller to download -->
9<!--script src="js/spell_checker_compressed.js" type="text/javascript"></script-->
10<script src="js/spell_checker.js" type="text/javascript"></script>
11
12</head>
13<body>
14<form action="#">
15<textarea title="spellcheck_icons" accesskey="spell_checker.php" id="spell_checker1" name="comment1" style="width: 400px; height: 150px;" />This is a tï¿œst of non-ascii characters<br /><br />andd a testt of the spelll checker. Javascript was an unregonized wordd but it's now in the custom dictionary!!</textarea>
16<br />
17<textarea id="spell_checker2" name="comment2" style="width: 400px; height: 150px;" />This text area does not have a spell checker.</textarea>
18<br />
19<textarea title="spellcheck" accesskey="spell_checker.php" id="spell_checker3" name="comment3" style="width: 400px; height: 150px;" />This is anotherr testt wiht anoother spell checkker!!</textarea>
20</form>
21</body>
22</html>
Note: See TracBrowser for help on using the repository browser.