The Juice UI controls are WebForms components, it just brings jquery UI widgets in your project, you don't need specific jquery reference manually, and you can find the js files exist in script folder after you install the Juice UI. base on my understanding,
you can define you own css file for JuiceUI controls just like asp.net built-in controls.
This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore,
Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you
completely understand the risk before retrieving any software from the Internet.
Please mark the replies as answers if they help or unmark if not.
Feedback to us
thanks for reply. but why normal jquery code not works in document.ready function as i said in my post.here is a control
<juice:dialog TargetControlID="_Default" AutoOpen="false" runat="server" /> of juiceui but i dont see any built in css class property.my target i want to style dialog.normal jquery ui css does this but i got no way to use jquery ui css in juiceui dialog
control.....how should be done?
Hey guys, I'll do my best to help you out here. First, I'd recommend updating to version 0.9.1 of Juice UI if you haven't already. Second, I need to know what the issues are at their core, and then I can help you.
I see three different issues being reported here:
1. Cannot change the color of the overlay for the dialog.
2. Cannot get code in $(document).ready to work.
3. Juice UI is overriding jQuery script declarations.
myplace2100
Member
67 Points
78 Posts
juiceui dialog css problem and running other jquery codes
Mar 30, 2012 03:53 PM|LINK
i am trying to use http://juiceui.com/ to use jquery ui controls in asp.net webpage.....when i used juiceui controls no jquery reference needed..
following are two questions i want to solve when i use juiceui controls...
1. i can run dialog well the way was said in the juiceui website...but i dont see dialog css styles.how to integrate jquery ui css with dialog.
2. also other jquery codes not works when i place codes under $(document).ready(function(){ }) but works under function pageLoad()..
plz reply
Yanping Wang...
Star
14919 Points
1537 Posts
Microsoft
Re: juiceui dialog css problem and running other jquery codes
Apr 03, 2012 03:05 AM|LINK
Hi,
Thanks for your post.
The Juice UI controls are WebForms components, it just brings jquery UI widgets in your project, you don't need specific jquery reference manually, and you can find the js files exist in script folder after you install the Juice UI. base on my understanding, you can define you own css file for JuiceUI controls just like asp.net built-in controls.
more details about Juice UI please refer http://juiceui.com/
This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.
Feedback to us
Develop and promote your apps in Windows Store
myplace2100
Member
67 Points
78 Posts
Re: juiceui dialog css problem and running other jquery codes
Apr 03, 2012 11:08 AM|LINK
hi yanping
thanks for reply. but why normal jquery code not works in document.ready function as i said in my post.here is a control
<juice:dialog TargetControlID="_Default" AutoOpen="false" runat="server" /> of juiceui but i dont see any built in css class property.my target i want to style dialog.normal jquery ui css does this but i got no way to use jquery ui css in juiceui dialog control.....how should be done?
tkates1
Member
2 Points
1 Post
Re: juiceui dialog css problem and running other jquery codes
Apr 05, 2012 02:15 PM|LINK
I'm having the same issue.
I've tried setting the overlay color of the juiceui modal dialog using jQuery as mentioned in this post, but it has no affect.
Is there a solution to this?
andrew_
Member
104 Points
52 Posts
Re: juiceui dialog css problem and running other jquery codes
Apr 09, 2012 04:45 PM|LINK
Hey guys, I'll do my best to help you out here. First, I'd recommend updating to version 0.9.1 of Juice UI if you haven't already. Second, I need to know what the issues are at their core, and then I can help you.
I see three different issues being reported here:
1. Cannot change the color of the overlay for the dialog.
2. Cannot get code in $(document).ready to work.
3. Juice UI is overriding jQuery script declarations.
Is this summary correct?