New Features of ZK 5.0.6

From Documentation
DocumentationSmall Talks2011FebruaryNew Features of ZK 5.0.6
New Features of ZK 5.0.6

Author
Timothy Clare, Technology Evangelist, Potix Corporation
Date
February 23, 2010
Version
ZK 5.0.6

ZK 5.0.6 is a maintenance release focusing on fixing bugs and releasing new improved features for ZK components.

Customize effects when showing and hiding a widget

http://books.zkoss.org/wiki/ZK_Developer%27s_Reference/UI_Patterns/Actions_and_Effects#Predefined_Actions

Specify the application's name in zk.xml

http://books.zkoss.org/wiki/ZK_Configuration_Reference/zk.xml/The_Library_Properties/org.zkoss.zk.ui.WebApp.name

The Doublespinner component

Intercepting document-level key events

http://books.zkoss.org/wiki/ZK_Developer%27s_Reference/UI_Patterns/Keystroke_Handling#Document-level_Keystrokes

Round mold for Textbox, Decimalbox, Intbox, Longbox and Treemodel

Databinding supports GroupsModel with Listbox/Grid

Enable ignoring of wiring for zscript and xel

I made it easier to disable the wiring of zscript and xel variables: http://books.zkoss.org/wiki/ZK_Configuration_Reference/zk.xml/The_Library_Properties/org.zkoss.zk.ui.composer.autowire.zscript http://books.zkoss.org/wiki/ZK_Configuration_Reference/zk.xml/The_Library_Properties/org.zkoss.zk.ui.composer.autowire.xel

New hflex attribute options, min and span

Generating custom SEO content

Spec: http://books.zkoss.org/wiki/ZK_Configuration_Reference/zk.xml/The_Preferences/org.zkoss.zk.ui.sys.SEORenderer.class


Preference:

org.zkoss.zk.ui.sys.SEORenderer.class Default: none [since 5.0.6] It specifies the class name of the application-specific SEO renderer. A SEO renderer is used to generate application-specific SEO content that will be indexed by the search engine, but not visible to the end users.

Notice that the class must implement SEORenderer. SEORenderer.render(Page, Writer) will be invoked each time the main page of a desktop has been rendered and sent to the client.

Comments



Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.