On Jueves, 17 de Noviembre de 2011 14:27:22 faizal escribió: > gem 'rails', '3.0.9' > > gem 'active_scaffold_vho', '3.0.20' > gem 'active_scaffold_config_list_vho', '3.0.2' > gem 'active_scaffold_batch_vho','3.0.6' > gem 'active_scaffold_export_vho','3.0.1' > gem 'active_scaffold_sortable_vho','3.0.1' > gem 'recordselect_vho','3.0.3' > gem 'render_component_vho','3.0.3' > > i am using above mentioned gems > how can i use ck editor for all textarea in active scaffold > > Thanks,
I have never used ck editor, I don't know how to convert a textarea in a ck editor. If you need some custom html, or add javascript for each textarea, you can build a form_ui for ck editor, to build the textarea. def active_scaffod_input_ck_editor(column, options) ... end And use it with form_ui = :ck_editor -- Sergio Cambra .:: entreCables S.L. ::. Mariana Pineda 23, 50.018 Zaragoza T) 902 021 404 F) 976 52 98 07 E) [email protected] -- 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.
