Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Same id field confusion #26

Closed
kuyucakli opened this issue Feb 16, 2014 · 2 comments
Closed

Same id field confusion #26

kuyucakli opened this issue Feb 16, 2014 · 2 comments

Comments

@kuyucakli
Copy link

I have to use two model form on the same page. And both models have a description field with id_description... I want the second model form's description field to have ckeditor but it wraps the first one ... Can there be a solution on this?

@riklaunim
Copy link
Owner

You could try adding it a custom class and using that to enable ckeditor widget. Some customization may be needed.

@kuyucakli
Copy link
Author

Thank you, i have found ----> customForm(auto_id='id_for_%s') auto_id option when initializing a form so unique id can be set :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants