Quote:
|
Originally Posted by huels (per la cronaca se riuscite a far funzionare il plugin ibrowser per questo editor "fate un fischio").
Ciao. |
Ciao,
seguendo ciò che è scritto nel file readme.txt, a me funziona.
Questo è il codice da inserire (lo riprendo dal file readme.txt):
Installation instructions:
* Copy the ibrowser directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins).
* Add plugin to TinyMCE plugin option list example: plugins : "emotions".
* Add the ibrowser button name to button list, example: theme_advanced_buttons3_add : "ibrowser".
Initialization example:
tinyMCE.init({
plugins : "ibrowser",
theme_advanced_buttons3_add : "ibrowser"
});
Mentre in basso ti riporto la stringa inserita nel mio file tinymce.php
tinyMCE.init({
mode : "textareas",
theme : "advanced",
elements: "ta",
plugins : "save,advhr,advimage,advlink,emotions,iespell,inse rtdatetime,preview,zoom,flash,ibrowser",
theme_advanced_source_editor_width : "100%",
theme_advanced_buttons1_add_before : "save,separator",
theme_advanced_buttons1_add : "fontselect,fontsizeselect",
theme_advanced_buttons2_add : "separator,insertdate,inserttime,preview,zoom,sepa rator,forecolor,backcolor",
theme_advanced_buttons2_add_before: "cut,copy,paste,separator",
theme_advanced_buttons3_add : "emotions,iespell,flash,advhr,ibrowser",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
plugin_insertdate_dateFormat : "%d-%m-%Y",
plugin_insertdate_timeFormat : "%H:%M",
document_base_url: "$mosConfig_live_site/mambots/editors/tinymce/",
});
p.s.: Com'è possibile che in Firefox le icone hanno il simbolo dell'ancora, mentre i plugins si vedono perfettamente?