FCKEditor in Rails: add ID attribute
- by Ignace
I'm using FCKEditor in my Rails app to create HTML forms and it goes very well, except that no ID tag can be filled out.
It asks for name and value with the input tags, but not for an ID.
Is there a simple way to enable this or to add this manually?
Thanks!