Ho già postato un messaggio su questo argomento ma nessuno mi ha risposto.
Perchè in modalità avanzata non compaiono i bottoni dei plugins?
Per esempio nelle istruzioni del plugin "ispells" si legge:
....................................................................
Plugin: iespell
Installation Instructions
* Copy the iespell directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins).
* Add plugin to TinyMCE plugin option list example: plugins : "iespell".
* Add the iespell button name to button list, example: theme_advanced_buttons3_add : "iespell".
Initialization Example
tinyMCE.init({
theme : "advanced",
mode : "textareas",
plugins : "iespell",
theme_advanced_buttons3_add : "iespell"
});
..............................................................................
quando dice "Add plugin to TinyMCE plugin option list example: plugins : "iespell" a quale file fa riferimento?
ugualmente quando dice "Add the iespell button name to button list, example" a quale file fa riferimento?
Nella sottocartella doc ci sono dei file esempio che funzionano benissimo ma le impostazioni da che parte stanno?
Grazie per l'aiuto
PGF