New Features of ZK 5.0.6"

From Documentation
m (Created page with "{{Template:Smalltalk_Author| |author=Timothy Clare, Technology Evangelist, Potix Corporation |date=February 23, 2010 |version=ZK 5.0.6 }} ZK 5.0.6 is a maintenance release focus...")
 
Line 24: Line 24:
  
 
=Generating custom SEO content=
 
=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.
 +
  
  

Revision as of 08:19, 22 February 2011

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

Specify the application's name in zk.xml

The Doublespinner component

Intercepting document-level key events

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

Databinding supports GroupsModel with Listbox/Grid

Enable ignoring of wiring for zscript and 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.