Check before clicking the ‘create’ button in Editor
Check before clicking the ‘create’ button in Editor
Hi,
I'm using the Editor to create a new data.
But now I'd like to check some conditions before clicking 'create' button,
if these conditions were not satisfied, don't popup the create window.
How can i do that?
Thanks!
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
You can use the
preOpenevent for your check for thecreateaction and returnfalseif you don't want to open the form.Kevin