Yes, this is exactly as I did it.

But as I do :plugins => %w{ table ... }

They do not appear.  If I use plugins, do I change the :theme to
something else ?


Trausti

On Sat, Aug 22, 2009 at 12:17 AM, heimdull<[email protected]> wrote:
>
> And...
>
> in your application.html.erb (layout)
> <head>
> <%= include_tiny_mce_if_needed %>
> </head>
>
> in the view:
> <%= f.text_area "content", :class => 'mceEditor' %>
>
>
> On Aug 21, 1:44 pm, Trausti Thor Johannsson <[email protected]>
> wrote:
>> Hi all,
>>
>> I just installed the tiny_mce plugin and it works as advertised.  But
>> I can not get any plugin for tinymce to work.  They are all there,
>> they are installed, they load.  But they do not appear.
>>
>> I have MacBook Pro OS X 10.5.8, core2duo.  Running XAMPP, and Ruby on
>> Rails 2.3.3, ruby 1.8.6 and using the latest Passenger on Apache.
>>
>> Here is my controller code :
>>
>>   uses_tiny_mce :options => {
>>                                 :theme => 'advanced',
>>                                 :theme_advanced_resizing => true,
>>                                 :plugins => %w{ table spellchecker emotions 
>> },
>>                                 :theme_advanced_resize_horizontal => false,
>>                                 :theme_advanced_toolbar_location => 'top'
>>                               }
>>
>> Trausti
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" 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/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to