English 中文(简体)
陪审团 2. 变化主题/类型
原标题:JuiceUI Change Theme / Style

是否有办法改变陪审团控制的风格? 任何预先界定的主题? (如果是,我找不到任何文件。) 我是否像其他控制一样,用常规的社会保障制度来对待他们? (似乎没有工作)

TIA

Edit: Here s how the button looks: (I had no preinstalled jquery themes in this one - this is a new website.)

enter image description here
I did notice JuiceUI installed a content - themes folder with base, Fresh-Squeezed and Supercharged.

Don t知道它究竟是哪里被提及以及如何改变它。

最佳回答
问题回答

VB. 是人民仍在使用!

<%@ Application Language="VB" %>
<%@ Import Namespace="System" %>
<%@ Import Namespace="System.IO" %>
<%@ Import Namespace="System.Web.UI" %>
<%@ Import Namespace="Juice.Framework" %>

<script runat="server">

    Sub Application_Start(ByVal sender As Object, ByVal e As EventArgs)
          Code that runs on application startup

        Dim juiResDef As New CssResourceDefinition
        juiResDef.Path = "~/Content/themes/[Name of custom theme dir]/jquery-ui-1.8.18.custom.css"
        juiResDef.DebugPath = "~/Content/themes/[Name of custom theme dir]/jquery-ui-1.8.18.custom.css"
        CssManager.CssResourceMapping.AddDefinition("juice-ui", juiResDef)

    End Sub

</script>

亲善:

另一种压倒新时代的缺省做法是,将jquery-ui-X.X.XX.custom.cs案上页,并形成与它的联系。 这将超越违约行为,适用你想要的主题。 必须在你想要利用这一主题的任何网页上这样做。 另一种做法是把新老的双倍器作为你想要使用的主题的集装箱处理,并将图像和习惯文件替换在这一夹中。 希望它们能够提供另一种方式,在今后释放中加以修改。

Becky,在研究了Gite Hub repo之后,它似乎利用了Kj Query UI的自发地契。 https://github.com/appendto/juiceui/tree/master/Juice- /Site/cs 您可以尝试装上不同的舱位。 取代这一点的主题? 您可能必须确保该档案不装在您的网站上。 如果离基地走一路,你已经尝试过,让我知道。





相关问题
Creating a Style in code behind

Does anyone know how to create a wpf Style in code behind, I can t find anything on the web or MSDN docs. I have tried this but it is not working: Style s = new Style(typeof(TextBlock)); s....

WPF Custom Themes

I have a simple question which is giving me some difficulty. I have downloaded a custom them for WPF of the net. Now i want to apply this theme to my App instead of the default one. How do i do that,...

Is it sometimes bad to use <BR />?

Is it sometimes bad to use <BR/> tags? I ask because some of the first advice my development team gave me was this: Don t use <BR/> ; instead, use styles. But why? Are there negative ...

WPF - How to apply effect to a cropped image?

I have an Image being clipped like so: <Image Width="45" Grid.Column="0" Source="{Binding Photo}"> <Image.Clip> <RectangleGeometry Rect="0,0,45,55" RadiusX="8" RadiusY="8" /...

WPF ListView : Header styling

I want to have a ListView with columns and a particular style: The background for ALL column headers should be transparent except when the mouse is over in one of them. When this happends, the ...

热门标签