Form editor to insert any element of bootstrap

Form editor to insert any element of bootstrap

klermannklermann 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

Answers

  • allanallan Posts: 63,478Questions: 1Answers: 10,467 Site admin

    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

  • klermannklermann Posts: 277Questions: 67Answers: 1

    What files can I change in css and js to remove the css markings present in the form inserted by the DOM

  • allanallan Posts: 63,478Questions: 1Answers: 10,467 Site admin

    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

This discussion has been closed.