FCKEditor in Rails: add ID attribute
Posted
by Ignace
on Stack Overflow
See other posts from Stack Overflow
or by Ignace
Published on 2010-03-17T10:28:13Z
Indexed on
2010/03/17
10:31 UTC
Read the original article
Hit count: 484
fckeditor
|ruby-on-rails
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!
© Stack Overflow or respective owner