[ Index ] |
|
Code source de PHP NUKE 7.9 |
1 Preview plugin for TinyMCE 2 ----------------------------------- 3 4 Installation instructions: 5 * Copy the preview directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins). 6 * Add plugin to TinyMCE plugin option list example: plugins : "preview". 7 * Add the preview button name to button list, example: theme_advanced_buttons3_add : "preview". 8 9 Initialization example: 10 tinyMCE.init({ 11 theme : "advanced", 12 mode : "textareas", 13 plugins : "preview", 14 theme_advanced_buttons3_add : "preview", 15 plugin_preview_width : "500", 16 plugin_preview_height : "600" 17 }); 18 19 Configuration: 20 plugin_preview_width - Preview window width. Defaults to 550. 21 plugin_preview_height - Preview window height. Defaults to 600. 22 plugin_preview_pageurl - Custom preview page URL relative from theme 23 use "../../plugins/preview/example.html" for a example.
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 |