[fusion-users] Reference JxDialog from a different control
pwong
previn.wong at sce.com
Thu Sep 29 16:32:41 EDT 2011
I have a JxDialog that is created from a custom widget. I have another
button on the page that when clicked will collapse this JxDialog. I seem to
be able to get a handle on the dialog, but cannot find out how to collapse.
I've tried
$('dlgCustomSearch').style.collapse=true;
$('dlgCustomSearch').collapse();
$('dlgCustomSearch').toggleCollapse();
$('dlgCustomSearch').jxDialog.resize({forceCollapse:true});
This works to close the dialog, I just need to collapse it.
$('dlgCustomSearch').close();
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Reference-JxDialog-from-a-different-control-tp6845317p6845317.html
Sent from the Fusion Users mailing list archive at Nabble.com.
More information about the fusion-users
mailing list