J'utilise YUI RTE (version: 2.8.0r4). Seuls les outils de coloration de texte ne fonctionnent pas. Il est activé lorsque je sélectionne le texte, mais en cliquant sur l'icône n'ouvre pas le sélecteur de couleur. Pls regarder l'instantané, alt text http://www.freeimagehosting.net/uploads/599cd59d1b.pngYUI Rich Text Editor: Les outils de coloration de texte ne fonctionnent pas
var myEditor = new YAHOO.widget.Editor('body', {
height: '300px',
width: '99%',
handleSubmit: true,
dompath: true, //Turns on the bar at the bottom
animate: true //Animates the opening, closing and moving of Editor windows
});
myEditor.render();
Suis-je manque tout js/référence css? aidez s'il vous plaît.