ZK 3.5.1
Released on October 8, 2008.
Download Now
Getting Simpler and Richer
New Feature Highlight
- New Tree style
Fileupload supports bookmarkable and resumable download
- Change font size/family with system properties
- Support Session Fixation Protection
- Extendlet supports filters
Feature Updates
-
123 XUL and 83 HTML off-the-shelf components.
-
Tabbox, grid, listbox, tree, menu, combobox, bandbox, datebox, chart,
hbox, vbox, window, slider, paging, audio, image, timer, include, iframe...
-
Drag-and-drop supported by all components, such that users can drag
components and drop them to any other or particular set of components.
-
Context menus and customizable tooltips supported by all components,
such that a menu or any popup appears when user click, right-click or
move the mouse over a component.
-
Customizable sorting of listbox, grid and children of any component
with 100% Java codes (
java.lang.Comparator ).
-
Auto-completion for combobox.
-
Load on demand with writing Java codes.
-
Live data for listbox.
-
Grids, listboxes and trees with sizable columns.
-
All components are cloneable and serializable.
-
Validation and formatting for any input components, such as regular
expression and
$#,##0 .
-
100% Java API of Google Maps,
FCKeditor,
DOJO,
and Timeline components.
-
Event-driven, server-centric model
-
More than 20 events are supported:
onChange , onChanging ,
onScroll , onSelect , onShow ,
onZIndex ...
-
All events are processed at the server. No hurdle to communicate between clients
and servers.
-
All events are synchronized. No racing condition to worry about.
-
ZK User-interface Markup Language (ZUML).
-
Rich user interface could be designed in ZUML as simple as authoring
HTML pages.
- Powerful yet intuitive control flow by the
if , unless and forEach attribute.
-
Scripting in EL expressions and your favorite scripting languages,
include but not limited to Java,
JavaScript,
Ruby and Groovy.
-
Hot changes and updates without restarting your Web applications.
-
Annotations that allow a page to acess database with zero Java codes.
-
Browser history management.
-
Add states to browser's back button history. Then, users can bookmark
and use the back and forward button to navigate different
states of the same ZK desktop.
-
Simple yet boundless component model.
-
Macro components. Developing a full-feature new component
by using another ZUML pages.
-
Inheritable customization. Developing a new component by extending
existent components.
-
Seamlessly and easily to encapsulate pure-client components as ZK
components with 100% Java API.
-
Customizing components with pre-compiled Java classes, or by scripting in
your favorite scripting languages,
include but not limited to Java,
JavaScript,
Ruby and Groovy.
The choice is yours.
-
Simple yet flexible threading model.
-
Thread-safe component handling.
-
True server-side Modal dialog.
-
Suspend and resume event listeners freely.
-
100% Customizable User-Interface factory.
-
Loading ZUML pages not only from Web contents but also any repository
such as database.
-
Customizing the features of sessions, desktops and pages.

What's New
- New Features:
- 2106820: Change font size/family with system properties
- 2058993: Fileupload supports bookmarkable and resumable download
- 2117539: Support Session Fixation Protection
- 2125862: Extendlet supports filters
- 2127848: New Tree style
- 2139857: Components.addForward shall handle cascade $ name pattern
- Bug fixes:
- 2111900: Multiline textbox cannot fire onChanging
- 2105158: Menu separator unvisible
- 2104921: Border layout collapsing can hide the wrong element
- 2104974: tabpanel content hide when tab get selected
- 2107058: 3.5.0: textbox value reported as empty in such case
- 2114122: IE6 - Tab's close button have no opacity
- 1962310: Listbox first column invisble affects keystroke navigation
- 2105802: Treechildren image problem
- 2107675: zk switch, zk case
- 2124395: onURIChange is not fire if the first page is not ZUL
- 2114380: Filedownload bug with WebSphere 5.1.1
- 2125673: Groupbox default mold closable useless
- 2125788: Hilighted window covered by mask when change title
- 2124391: Tree, attribute sequence cause wrong result
- 2128058: Fails to change the visibility of Border Region dynamically
- 2129667: Listbox(&Grid).setItemRenderer shall unload loaded items
- 2129730: databinding fails to process access='none'
- 2129992: TypeConverter cannot be found by databind if in zscript
- 2099562: [Opera] progressbar flattened when value = zero
- 2139542: Fail to change the format of Datebox with "dd-MMM-yyyy"
- 2138378: Bug "datebox" when Browser language with Spanish [es]
- 2138131: GenericForwardComposer throw Exception if component inexist
- 2140491: Set "save-when" in Listbox selectedItem does not trigger
- 2143479: Failed to invoke sendRedirect or forward in DesktopInit
- 2149043: Fisheye can't change image dynamically
- 2148979: Window: maxim and minim buttons disappear using caption
- 2150591: rm list&group, list&groupfoot should remove at the same time
- 2150566: After change the label of Listgroup, it can't open/close

Upgrade Notes
getMoldSclass is deprecated and replaced with getZclass since
we are going to provide ZK Cascading Classes that allow developers
to configure the CSS with the component name.
|
- 9.0.0 on Dec. 10, 2019
- 8.6.3 on Sep. 24, 2019
- 8.6.2 on Jun. 25, 2019
- 8.6.1 on Mar. 5, 2019
- 8.6.0.1 on Nov. 20, 2018
- 8.6.0 on Nov. 7, 2018
- 8.5.2.1 on Aug. 28, 2018
- 8.5.2 on Jul. 31, 2018
- 8.5.1.2 on Apr. 10, 2018
- 8.5.1.1 on Mar. 20, 2018
- 8.5.1 on Mar. 6, 2018
- 8.5.0 on Oct. 31, 2017
- 8.0.5 on May 16, 2017
- 8.0.4.2 on Feb. 14, 2017
- 8.0.4.1 on Jan. 24, 2017
- 8.0.4 on Jan. 10, 2017
- 8.0.3.1 on Oct. 18, 2016
- 6.5.8.2 on Oct. 18, 2016
- 7.0.8.1 on Oct. 12, 2016
- 8.0.3 on Sep. 26, 2016
- 8.0.2.1 on May 31, 2016
- 8.0.2 on May 24, 2016
- 7.0.8 on Mar. 29, 2016
- 8.0.1.1 on Feb. 2, 2016
- 7.0.7 on Dec. 15, 2015
- 8.0.0 on Oct. 06, 2015
- 7.0.6.1 on Aug. 19, 2015
- 7.0.6 on Aug 11, 2015
- 6.5.8.1 on Jul. 30, 2015
- 6.5.8 on Jun. 23, 2015
- 8.0.0 RC on May 26, 2015
- 7.0.5.2 on Apr. 29, 2015
- 7.0.5.1 on Apr. 28, 2015
- 7.0.5 on Mar. 24, 2015
- 7.0.4 on Dec. 10, 2014
- 7.0.3.2 on Nov. 05, 2014
- 6.5.7.1 on Nov. 05, 2014
- 7.0.3.1 on Oct. 15, 2014
- 7.0.3 on Sep. 02, 2014
- 6.5.7 on Aug. 12, 2014
- 7.0.2 on May 27, 2014
- 6.5.6 on May 06, 2014
- 7.0.1 on Feb. 25, 2014
- 6.5.5 on Dec. 30, 2013
- 7.0.0 on Nov. 26, 2013
- 6.5.4 on Oct. 28, 2013
- 7.0.0-RC on Oct. 22, 2013
- 6.5.3 on Sep. 17, 2013
- 7.0.0 Preview on Aug. 13, 2013
- 6.5.2 on Mar. 26, 2013
- 6.5.1.1 on Dec. 13, 2012
- 6.5.1 on Dec. 05, 2012
- 6.5.0 on Sep. 12, 2012
- 6.0.3.1 on Nov. 07, 2012
- 6.0.3 on Oct. 30 24, 2012
- 6.0.2 on Jul. 24, 2012
- 6.0.1 on May 02, 2012
- 5.0.12 on Nov. 06, 2012
- 5.0.11 on Mar. 27, 2012
- 5.0.10 on Jan. 03, 2012
- 6.0.0 on Feb. 14, 2012
- 6.0.0 RC2 on Dec. 06, 2011
- 6.0.0 RC on Nov. 15, 2011
- 5.0.9 on Oct. 18, 2011
- 5.0.8 on Aug. 31, 2011
- 5.0.7 on May. 11, 2011
- 5.0.6 on Feb. 24, 2011
- 5.0.5 on Nov. 2, 2010
- 5.0.4 on Aug. 31, 2010
- 5.0.3 on Jun. 29, 2010
- 5.0.2 on May 12, 2010
- 5.0.1 on Mar. 16, 2010
- 3.6.4 on Mar. 16, 2010
- 5.0.0 on Jan. 26, 2010
- 5.0.0 RC2 on Dec. 8, 2009
- 3.6.3 on Nov. 3, 2009
- 5.0.0 RC on Sep. 28, 2009
- 3.6.2 on Jun. 23, 2009
- 3.6.1 on Apr. 28, 2009
- 3.0.9 on Mar. 16, 2009
- 3.6.0 on Mar. 2, 2009
- 3.5.2 on Dec. 8, 2008
- 3.5.1 on Oct. 8, 2008
- 3.0.8 on Oct. 8, 2008
- 3.5.0 on Sep. 10, 2008
- 3.0.7 on Aug. 1, 2008
- 3.0.6 on Jun. 24, 2008
- 2.4.3 on Jun. 23, 2008
- 3.0.5 on Apr. 30, 2008
- 3.0.4 on Mar. 25, 2008
- 3.0.3 on Feb. 01, 2008
- 3.0.2 on Jan. 22, 2008
- 2.4.2 on Dec. 19, 2007
- 3.0.1 on Dec. 17, 2007
- 3.0.0 on Nov. 6, 2007
- 2.4.1 on Jul. 6, 2007
- 2.4.0 on Jun. 8, 2007
- 2.3.1 on May 2, 2007
- 2.3.0 on Mar. 20, 2007
- 2.2.1 on Jan. 2, 2007
- 2.2.0 on Dec. 13, 2006
- 2.1.3 on Oct. 24, 2006
- 2.1.2 on Oct. 3, 2006
- 2.1.1 on Sep. 19, 2006
- 2.1.0 on Aug. 28, 2006
- 2.0.1 on Jun. 26, 2006
- 2.0.0 on Jun. 13, 2006
- 1.1.0 on Mar. 20, 2006
- 1.0.0 on Feb. 27, 2006
|