bonjour,
je souhaite mettre une barre d'outil texte dans la partie administrateur de mon site.
tinyMCE.init({
mode : "textareas",
theme : "advanced",
language : "fr",
theme_advanced_buttons1 : "bold,italic,underline,separator,strikethrough,justifyleft,justifycenter,justifyright, justifyfull,bullist,numlist,undo,redo,link,unlink",
theme_advanced_buttons2 : "",
theme_advanced_buttons3 : "",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
extended_valid_elements : "a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]"
});
mais rien ne s'affiche et lorsque je lance le firebug il m'affiche:
tinyMCE is not defined
[Break on this error] tinyMCE.init({
gestio...hp?id=3 (ligne 18)
tinyMCE is not defined
[Break on this error] tinyMCE.init({
creati...cle.php (ligne 8)
tinyMCE is not defined
[Break on this error] tinyMCE.init({
gestio...hp?id=2 (ligne 18)
tinyMCE is not defined
[Break on this error] tinyMCE.init({
HELP ME PLEASE!!!!!!