Check before clicking the ‘create’ button in Editor

Check before clicking the ‘create’ button in Editor

lzh8430lzh8430 Posts: 6Questions: 4Answers: 0

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

Answers

  • kthorngrenkthorngren Posts: 21,173Questions: 26Answers: 4,923
    Answer ✓

    You can use the preOpen event for your check for the create action and return false if you don't want to open the form.

    Kevin

This discussion has been closed.