ZK - Open Source Ajax Java FrameworkZK - Open Source Ajax Java Framework

ZK6 Themes

mbarbieri
3 Nov 2011 18:00:19 GMT
3 Nov 2011 18:00:19 GMT

Hi,
it's been a long time since I've been around here...
I'm still using zk 3.6 version and never been able to find the time for an upgrade...
Now with the latest zk6 freshly version I'm experimenti with the new databind and everything (I'm about 2 years behind the newest zk release..)
I have a simple question (more complicated will come soon :)
I've seen that the breeze theme is now the default theme, how can I switch to the classic blue one?
I haven't found a blue.jar file to put in the classpath and all smalltalks about that topic seems outdated from zk6.
Thank you,
Bye

mbarbieri
7 Nov 2011 11:33:39 GMT
7 Nov 2011 11:33:39 GMT

Bump?

Bobzk
7 Nov 2011 12:15:52 GMT
7 Nov 2011 12:15:52 GMT

Just delete the breeze.jar file from the lib.

mbarbieri
7 Nov 2011 13:48:39 GMT
7 Nov 2011 13:48:39 GMT

there is no breeze.jar in my lib folder, I'm trying ZK6 and it has the breeze theme as default

Bobzk
8 Nov 2011 08:04:28 GMT
8 Nov 2011 08:04:28 GMT

Serves me right for not reading - assumed you were looking at 5.06. I''m sure someone will answer soon with the correct solution.

mbarbieri
9 Nov 2011 08:58:21 GMT
9 Nov 2011 08:58:21 GMT

I thought it was a simple question... :)

mbarbieri
11 Nov 2011 14:34:49 GMT
11 Nov 2011 14:34:49 GMT

Anyone? :(

benbai
12 Nov 2011 17:40:36 GMT
12 Nov 2011 17:40:36 GMT

Hi mbarbieri,

classicblue currently is replaced with breeze,
you may post a feature request here about this issue.

zknewbie1
28 Nov 2011 16:41:37 GMT
28 Nov 2011 16:41:37 GMT

I'll need Classic Blue to be available on the latest ZK version too. Thanks..

Bobzk
28 Nov 2011 18:42:19 GMT
28 Nov 2011 18:42:19 GMT

Yes and me - must have Classic Blue available in 6.

madruga0315Top Contributor
28 Nov 2011 19:00:26 GMT
28 Nov 2011 19:00:26 GMT

+1 for classic blue available as a .jar on ZK 6+

The tracker that mbarbieri created: http://tracker.zkoss.org/browse/ZK-585

Vote up!

terrytornadoTop Contributor
28 Nov 2011 19:51:07 GMT
28 Nov 2011 19:51:07 GMT

Done

Fujitsu
12 Dec 2011 02:04:47 GMT
12 Dec 2011 02:04:47 GMT

Just voted up for me too... MUST HAVE CLASSIC BLUE!

Fujitsu
13 Dec 2011 22:06:29 GMT
13 Dec 2011 22:06:29 GMT

Just reading the small talks notes about ZK 6 RC2:

ZK_Breeze_now_default

"It is extremely easy to use and supports dynamic theme switching between Breeze, Silver Gray and Classic Blue. "

I've looked in the Themes which are released with RC2 and I can only see Breeze, Sapphire and Silvertail :(

stream
15 Dec 2011 20:08:45 GMT
15 Dec 2011 20:08:45 GMT

Here is my situation. Please help to resolve it:
Recently I was trying to migrate from ZK 5.0.9 to ZK 6. And the only issue that I have met was integrating silvergray ZK Theme (it is working perfectly with zk 5.0.9). Is there any simple way to make silvergray theme work with ZK 6? By the way, I didn't find any themes for ZK 6? Are they going to be released soon? Do you have a visual editor for ZK Themes??
--
Thanks,
Evgen

zknewbie1
15 Dec 2011 20:55:42 GMT
15 Dec 2011 20:55:42 GMT

Notice that the height of the rows inside the grid or listbox for Breeze theme is much taller than those in Classic Blue. So when I display a Listbox with Paging turned on, what used to be a 20 rows per page in Classic Blue was now down to 13-14 rows per page in Breeze. How can I reduce the row height in Breeze to match that in Classic Blue?

vincentjian
16 Dec 2011 07:30:58 GMT
16 Dec 2011 07:30:58 GMT

Hi zknewbie1,

You can override CSS class to change the row height as follows:

<style>
div.z-listbox-body .z-listcell {
   padding: 3px;
}
</style>

zknewbie1
16 Dec 2011 17:16:51 GMT
16 Dec 2011 17:16:51 GMT

Thanks a lot Vincentjian..

stream
22 Dec 2011 00:07:56 GMT
22 Dec 2011 00:07:56 GMT

It seems that not many people are interesting in ZK theme subject :)
But it is one of the features that can attract new users. I am still not migrating to ZK 6 because of just the problem with silvergray theme.
Above css fix the height of the listitems in a listbox, but there are a lot of other problems with styling: height of listheader, sorting arrows are taken from both themes (default and silvergray) simultaneously, paging icons are dis-positioned, colors are mixed and so on. It looks like some kind of 'MIX' of default and custom themes. What is the best practice to apply them without mixing?
I am using ZK 5 for an application and it sometimes looks not ok when page is loaded an user can see how one style override another (colors are changed from blue to gray). But its generally works ok. Also it wasn't a problem for me to integrate silvergray into ZK 5 application. Just some fixes were done in CSS. ZK 6 Themes are different :)
It would be nice to have WYSIWYG tool to edit themes that will allow you to see actual result but not a mix of default and custom one.
Please help!!!
--
Thanks,
Evgen

RichardL
22 Dec 2011 01:41:31 GMT
22 Dec 2011 01:41:31 GMT

My vote for Classic Blue.

1 2