I dont want to close the editor
I dont want to close the editor
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.
Is possible do not close the editor when I am click out the modal? I wold like that it closes only in the x.
Replies
Absolutely - the
onBackgroundoption of theform-optionsprovides 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.mainrather 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