Hi, i have this strange behaviour with ActiveScaffold (last commit on
git://github.com/activescaffold/active_scaffold.git) and TinyMCE (last
gem 0.1.0 beacuse the last
commit on git://github.com/kete/tiny_mce.git not work with AS) when
rails validate
Object attributes.
This appear the same issue at
http://groups.google.com/group/activescaffold/browse_thread/thread/91fac843b32c4f59/f5bbd3f37fb77e72?lnk=gst&q=tinymce#f5bbd3f37fb77e72
, but without the 3) point.
class ProductsController < ApplicationController
uses_tiny_mce
active_scaffold :product do |config|
.....
config.columns[:description].form_ui = :text_editor
.....
end
end
1) when create a new Product i have the correct TinyMCE advanced text
editor.
2) when click on create (with validations error on some attributes) i
have the new rendered from with validations errors, but now the
TinyMCE text editor is a normal textarea.
Thanks for help
--
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.