I had to change line 13 of your lib file from this: |) + javascript_include_tag(javascript_include_tiny_mce) + tiny_mce_init if using_tiny_mce?
to this to get it to work: |) + tiny_mce_init if using_tiny_mce? Otherwise it complained about missing method: javascript_include_tiny_mce But it works, thanks for the lib file to make it easy. Carl On Wed, Jun 3, 2009 at 5:49 AM, Ed W <[email protected]> wrote: > Sergio Cambra .:: entreCables S.L. ::. wrote: > > After, you can use the form_ui :text_editor in columns you want use > tiny_mce. You must load tiny_mce javascript in your layout, manually or > using the plugin http://github.com/kete/tiny_mce/tree/master > > > Does someone wants I add a bridge in ActiveScaffold for tiny_mce? > > > > I think this would be excellent! > > > Ed W > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" 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/activescaffold?hl=en -~----------~----~----~----~------~----~------~--~---
