Rank: Advanced Member Groups: Member
Joined: 6/4/2008 Posts: 38
|
Hello,
I want to know if I can use the Dialog control to validate a form. I mean, if the user left any empty fields show the Dialog when clicking the submit button else go to the next page.
Which property let me do this ?
Thanks a lot.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
The dialog is a dialog ---- which means it provide an interface for you to show and hide it. When and how to use this interface to show and hide it is up to you. You can use it on validation or whatever purposes, but those logics would have nothing to do with the dialog.
Thanks!
|