Prevent Bubble Editing Form From Closing

Prevent Bubble Editing Form From Closing

cmskwarokcmskwarok Posts: 4Questions: 2Answers: 0

Is there a particular way to prevent the bubble editing form from closing when the user clicks outside of the form?

This example illustrates the scenario... https://editor.datatables.net/examples/styling/bootstrap.html

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 63,356Questions: 1Answers: 10,447 Site admin
    Answer ✓

    Yes. When you call the bubble() method you have the option of passing in a form-options object. One of the options available is the onBackground option. You can set that to be none to have it do nothing.

    Allan

  • cmskwarokcmskwarok Posts: 4Questions: 2Answers: 0

    Thanks Allan

This discussion has been closed.