jQuery UI Widgets › Forums › General Discussions › jqxWindow isModal option suggest
Tagged: jqxWindow; isModal;
This topic contains 5 replies, has 3 voices, and was last updated by admin 1 year, 3 months ago.
-
Author
-
hello
jqxTeamfirst my english is poor.
when i was using jqxWindow with modal option
—
isModal: true
—it works.
after i’m trying to change option
—
isModal: false
—it occur error. because var h is undefined. (jqxwindows.js -> beautifer code -> propertyChangedHandler function 1506 line)
I know the solution is remove the ismodal option.
I suggest modifying the isModal: false option to make it work as well.
thank you.
Hi devsim,
Could you let me know, how do you change the modal mode – dynamically or not and which version of our software do you use?
Best Regards,
PeterjQWidgets Team
https://www.jqwidgets.com/Hi Peter,
I was download Community use(jQWidgets 19.0.0). I think every version is same.
I change the modal mode statically(Not dynamically).
It is all about human error.
—
isModal:true | empty | isModal:false
OK | OK | ERROR
—Thank you.
Hi devsim,
Each version is different, take a look at https://www.jqwidgets.com/jquery-widgets-documentation/documentation/releasehistory/releasehistory.htm.
As for the modal, you can set it only when you create the widget just once. This property cannot be applied dynamically like you described in your first post. We will need to enhance it in order to allow this functionality.Best Regards,
PeterjQWidgets Team
https://www.jqwidgets.com/
AnonymousHello jqxTeam,
First, my English is poor.
When I was using jqxWindow with the modal option, I encountered some issues. Could you please provide some guidance or solutions for this? Thank you for your assistance!
Hi,
You can look at https://jsfiddle.net/jqwidgets/P927Z/ which shows how to display the window as a modal
Best Regards,
PeterjQWidgets Team
https://www.jqwidgets.com/ -
AuthorPosts
You must be logged in to reply to this topic.