Prevent Bubble Editing Form From Closing
Prevent Bubble Editing Form From Closing
cmskwarok
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
This discussion has been closed.
Answers
Yes. When you call the
bubble()
method you have the option of passing in aform-options
object. One of the options available is theonBackground
option. You can set that to benone
to have it do nothing.Allan
Thanks Allan