On Mar 4, 4:51 am, Garakkio <[email protected]> wrote:
> My humble opinion: it's better to use directly javascript to get
> tinyMCE working.
> So, simple add a "class="rich"" to yout textarea and write (and
> include it in your page, of course) a js like this one:
>
> tinyMCE.init({
> theme : "advanced",
> mode: "textareas",
> editor_selector : "rich",
> // any options you like,
> seehttp://wiki.moxiecode.com/index.php/TinyMCE:Configuration
>
> });
Garakkio, this is fantastic! It works. Thanks much.
Only one problem now: for some reason the TinyMCE control bar is
appearing at the bottom of my textarea, instead of on top. How do I
get it to appear on top, like normal?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---