juice-ui

Can I specify which scripts are loaded by Juice UI?

时光总嘲笑我的痴心妄想 提交于 2019-12-25 06:48:16
问题 I am using Juice UI within an ASP.NET application built with the Zurb Foundation framework. Foundation uses jquery.min.js (v 1.7.1) in the site masterpage. However, Juice UI also automatically loads a 1.7.1 script on the page whenever I use a control. Is it possible to configure Juice UI to skip loading just that script to avoid duplication? 回答1: Juice UI uses the ScriptManager class for managing which scripts are added to the page. Any reference to Juice UI in your code on a page will tell

JuiceUI Change Theme / Style

非 Y 不嫁゛ 提交于 2019-12-24 04:19:11
问题 Is there an option to change the styles of JuiceUI controls? Any predefined themes? (If yes, I couldn't find any documentation on it.) Do I style them with regular CSS like other controls? (That didn't seem to work either.) TIA Edit: Here's how the button looks: (I had no preinstalled jquery themes in this one - this is a new website.) I did notice JuiceUI installed a content - themes folder with base, Fresh-Squeezed and Supercharged. Don't know where it's being referenced though and how to

Can't get Juice UI to work

白昼怎懂夜的黑 提交于 2019-12-13 06:08:08
问题 I'm new to web development. Wanted to try my hand at ASP.NET + JuiceUI. Starting from the basic web site project template in visual studio, I wanted to try and get the JuiceUI Datepicker control in a web page. I followed the instructions and installed JuiceUI into my project with nuget. But when I tried to get a juice Datepicker into my page it simply does not work: Default.aspx <asp:Content runat="server" ID="FeaturedContent" ContentPlaceHolderID="FeaturedContent"> <section class="featured">

Unable to access controls inside JuiceUI dialog

坚强是说给别人听的谎言 提交于 2019-12-13 04:25:03
问题 When I do a postback, the values of asp.net controls that I have placed inside of a Juice UI dialog are empty. Below is the client-side dialog code. Neither the textbox nor the dropdownlist retain their values. So when I type something in the textbox and try to access it on the server side with mTxtAddNote.Text, it is empty. Am I doing something wrong or is this just a limitation with using JuiceUI dialogs that I will have to work around? <div id="dlgAddNote" title="LOA Application" runat=