jQWidgets Forums
Forum Replies Created
-
Author
-
Thanks for help,
and for hidding maskig we can set
promptChar: ” “February 5, 2013 at 7:58 am in reply to: AnimationType of collapse/expand AnimationType of collapse/expand #14718It’s working – thank you for help.
February 4, 2013 at 9:11 am in reply to: AnimationType of collapse/expand AnimationType of collapse/expand #14622unfortunately it’s not working.
When I created window lik this$(‘#win’).jqxWindow({
height: 450,
width: 400,
theme: theme,
resizable: false,
isModal: true,
animationType: ‘none’,
modalOpacity: 0.3,
showCollapseButton: true,
showCloseButton: false});show and hide its anim none, but collaps and expand its slide.
February 4, 2013 at 8:18 am in reply to: Collapsible modal window with modal off method Collapsible modal window with modal off method #14617This working:
$(‘#win’).jqxWindow(‘close’);
$(‘#win’).jqxWindow({ isModal: false });
$(‘#win’).jqxWindow(‘show’);Of course closeAction must be hide.
February 4, 2013 at 8:18 am in reply to: Collapsible modal window with modal off method Collapsible modal window with modal off method #14616–
February 4, 2013 at 8:11 am in reply to: Collapsible modal window with modal off method Collapsible modal window with modal off method #14614I’m sorry – it’s not working.
Modal is remains on all window browser and jqx-window is under modal div.February 4, 2013 at 7:45 am in reply to: Collapsible modal window with modal off method Collapsible modal window with modal off method #14611It’s working – thanks.
One question about performance:
If I use this method, to created window I use jqxWindow() – is it destroy old and create brand new window?
Or just change existing window with diffirents option (in this example isModal)?January 18, 2013 at 4:02 pm in reply to: Splitters with north panel Splitters with north panel #13867But how to set the menu div to the const value without going out the window??
-
AuthorPosts