Custom Display Controller Bootstrap Fields.
Custom Display Controller Bootstrap Fields.
washuit-iamm
Posts: 133Questions: 55Answers: 2
in Editor
https://editor.datatables.net/examples/plug-ins/displayController.html
How would I get the bootstrap styles into a custom display controller?
Are you just manually adding form-control
to all DTE_Field_InputControl
on the boostrap display controller open event to the append param?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Basically yes. If you have a look in the
editor.bootstrap4.js
file you'll see:You could do the same thing in a custom display controller if you don't want to use the Bootstrap Modal.
Allan