[ Index ] |
|
Code source de PHP NUKE 7.9 |
1 ieSpell plugin for TinyMCE 2 ---------------------------- 3 4 Installation instructions: 5 * Copy the iespell directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins). 6 * Add plugin to TinyMCE plugin option list example: plugins : "iespell". 7 * Add the iespell button name to button list, example: theme_advanced_buttons3_add : "iespell". 8 9 Initialization example: 10 tinyMCE.init({ 11 theme : "advanced", 12 mode : "textareas", 13 plugins : "iespell", 14 theme_advanced_buttons3_add : "iespell" 15 }); 16 17 Requirements: 18 The end user will need MSIE on Windows with the ieSpell installed. This can be downloaded 19 from http://www.iespell.com/download.php. Notice on other browsers than MSIE the spellchecking 20 button will not be visible.
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Apr 1 11:11:59 2007 | par Balluche grâce à PHPXref 0.7 |