Form in two columns
Form in two columns
nskwortsow
Posts: 120Questions: 0Answers: 0
Hi,
I have a long form with 10+ fields. Currently, it scrolls inside the modal.
How can I break the form into two columns (label+field|label+field)?
Note: I am using Bootstrap.
Thanks,
Nathan
I have a long form with 10+ fields. Currently, it scrolls inside the modal.
How can I break the form into two columns (label+field|label+field)?
Note: I am using Bootstrap.
Thanks,
Nathan
This discussion has been closed.
Replies
Allan
Can I pass a custom parameter somewhere in editor as a classname?
I want to assign a certain class to the Bootstrap modal for certain inputs (a conditional in line 65 in xxx.bootstrap.js).
Some forms are very short, and it doesn't make sense to arrange the form horizontally.
Thanks,
Nathan
Yes - using `className` : http://editor.datatables.net/docs/current/Editor.models.field.html#className
Allan
If you want a custom class on the display controller, then yet, the bootstrap integration file would need to be altered.
Allan