This is more of a general inquiry rather than a request for help with a specific problem.
What are the internal differences, and, consequently, best practices to use, of things like:
‘close’ vs ‘closeWindow’ vs ‘destroy’?
Also, what are the limitations (there are some, it seems to me) of the ‘setContent’ method vs using the ‘initContent’ property?
Also, are there any side effects in using some DOM manipulations (namely, hiding) on the jqxWindow anchor div instead of
calling the ‘close’ method on the widget itself?
And finally, my wireframes call for some ‘on the fly’ generations and dismissals of dialog style interactions.
I’m experimenting with jqxWindow as a container for such dialogs. Is it a flawed approach to begin with? Should I switch to plain jqxPanel instead?
Many thanks!