I have my own visit visit widget inside a jQuery dialog I have the following dialog attribute for the dialog:
- Close ASC
- But do not auto-do the dialog when clicked
I before : function () {return false;}
P> does not work anymore to stop by SCC;
When my list view is clicked on, I'm trying to manually close the dialog using this.div.dialog ({beforeclose: Null });
But it does not help.
So I can not stop the dialog at all. : /
Any ideas to fix?
The first callback seems like a function before the call dialog is closed. You need to see a click event or element that has a click event connected and try to stop it.
No comments:
Post a Comment