New Features of ZK 8.6.0
Hawk Chen, Engineer, Potix Corporation
2018
ZK 8.6.0
Introduction
Highlighted features:
- ???
- ???
Download and Demo
Highlighted Features
??
- Available for ZK:
New Theme - Iceblue Compact
- Available for ZK:
Theme Demo
Tips for Migrating to Iceblue Theme
- Available for ZK:
New ?
- Available for ZK:
New Tooltip API
- Available for ZK:
This new API gives you more flexibility to add a tooltip or a popup on a component under MVC approach.
public void setTooltipAttributes(Popup popup, String position, String x, String y, Integer delay)
public void setPopupAttributes(Popup popup, String position, String x, String y, String type)
Reference:
New Key Support
- Available for ZK:
Shift + up key can deselect listitems
If you select multiple items with shift + down, now you can deselect them with shift + up.
KeyEvent supports to detect the command key pressed
ZK now can detect Mac command key pressed. Please refer to Allowed Control Keys for more details.
Summary
ZK is made by Java developers for Java developers; continue bringing technology innovations to enterprise Java web development has always been our top priority. ZK 8.5 provides a great balance between the required server-side simplicity, security, and integrity and the client-side usability, look, and feel.
Join us this fall and harvest Javascript from Java roots!
ZK grows with you. Feel free to share with us your feedback or suggestion.
Comments
Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License. |