New Features of ZK 3.0.5

From Documentation
Revision as of 01:16, 13 September 2010 by Elton776 (talk | contribs) (Created page with '{{Template:Smalltalk_Author| |author=Robbie Cheng, Engineer, Potix Corporation |date=April 30, 2008 |version= }} ZK 3.0.5 focuses mainly on fixing bugs, reliability improvemen…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
DocumentationSmall Talks2008AprilNew Features of ZK 3.0.5
New Features of ZK 3.0.5

Author
Robbie Cheng, Engineer, Potix Corporation
Date
April 30, 2008
Version


ZK 3.0.5 focuses mainly on fixing bugs, reliability improvement. In addition to over 35 bug fixes, there are 10 new features. In this release, a more reliable mechanism has been established if the server might be out of service. Moreover, the client side library has been enhanced for easier component development.


Reliability Improvement

Before ZK 3.0.5, we used to re-sent the request if the server is out-of-service. However, for friendlier user experience, we will prompt the user whether to retry or not by showing the following dialog.

Retry.gif


Client Side Library Enhancement

For easier component development, we provide many more utilities which simplify the job of component developer. For example, comm.sendClick and comm.sendUser are provided to send command back to server. Smart-update supports an array of values. AuResponse supports DeferredValue, and etc.


An Easy Way to Change Focus of Components

Since ZK 3.0.5, we support setFocus() method to get the focus as follows,

<textbox focus="true"/>




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