views:

25

answers:

1

I'm using YUI RTE (version: 2.8.0r4). Only the text coloring tools are not working. It is enabled when I highlight the the text, but when clicking on the icon is not opening the color picker. Pls look at the snapshot, alt text

   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();

Am I missing any js/css reference? please help.

A: 

Answered here: http://yuilibrary.com/forum/viewtopic.php?p=8741#p8741

unomi