Form editor to insert any element of bootstrap
Form editor to insert any element of bootstrap
klermann
Posts: 277Questions: 67Answers: 1
How can I have full control form editor to insert any element of bootstrap that is of my desire, uses the form without template and without predefined markings
This discussion has been closed.
Answers
There isn't an option for that at the moment. Editor uses the DOM structure defined in the manual for fields and that isn't currently configurable. It might be in future - but not yet I'm afraid.
You can use custom templates to control the layout - but the individual field DOM structure is fixed.
Allan
What files can I change in css and js to remove the css markings present in the form inserted by the DOM
dataTables.editor.js
is the file that defines the DOM structure of the fields that it displays. You'd need to be careful though, since other elements of the code expect the structure in a particular form.Allan