I dont want to close the editor
I dont want to close the editor
erickmt
Posts: 15Questions: 3Answers: 1
Is possible do not close the editor when I am click out the modal? I wold like that it closes only in the x.
This discussion has been closed.
Replies
Absolutely - the
onBackground
option of theform-options
provides that ability.Allan
That almost work to me. Can you help me? Why the buttons were hidden when I use that? I wold like that it works in the button and with de create option
I would suggest setting it using
formOptions.main
rather than callingedit()
(assuming you are using the Buttons provided for Editor). If you useedit()
directly you would also need to set thebuttons()
andtitle()
methods.Allan