New Features of ZK 8.6.0"

From Documentation
(Created page with "{{Template:Smalltalk_Author| |author=Hawk Chen, Engineer, Potix Corporation |date=2018 |version=ZK 8.6.0}} __TOC__ = Introduction = Highlighted features: * ??? * ??? == D...")
 
Line 69: Line 69:
 
* http://tracker.zkoss.org/browse/ZK-3520
 
* http://tracker.zkoss.org/browse/ZK-3520
  
== New Key Support ==
+
[http://tracker.zkoss.org/browse/ZK-3507 Shift + up key can deselect listitems]
{{ZK All}}
 
=== [http://tracker.zkoss.org/browse/ZK-3507 Shift + up key can deselect listitems] ===
 
 
 
[[File:listbox-shiftUpDown.gif | center]]
 
 
 
If you select multiple items with shift + down, now you can deselect them with shift + up.
 
 
 
 
 
===[http://tracker.zkoss.org/browse/ZK-3506 KeyEvent supports to detect the command key pressed]===
 
ZK now can detect '''Mac command''' key pressed. Please refer to [[ZK_Developer%27s_Reference/UI_Patterns/Keystroke_Handling#Allowed_Control_Keys| Allowed Control Keys]] for more details.
 
 
 
  
 
= Summary =
 
= Summary =

Revision as of 05:00, 15 October 2018

DocumentationSmall Talks2018NovemberNew Features of ZK 8.6.0
New Features of ZK 8.6.0

Author
Hawk Chen, Engineer, Potix Corporation
Date
2018
Version
ZK 8.6.0


Introduction

Highlighted features:

  • ???
  • ???


Download and Demo






Highlighted Features

??

  • Available for ZK:
  • http://www.zkoss.org/product/zkhttp://www.zkoss.org/whyzk/zkeeVersion ee.png


More details


New Theme - Iceblue Compact

  • Available for ZK:
  • http://www.zkoss.org/product/zkhttp://www.zkoss.org/whyzk/zkeeVersion ce-pe-ee.png


Theme Demo

Tips for Migrating to Iceblue Theme

  • Available for ZK:
  • http://www.zkoss.org/product/zkhttp://www.zkoss.org/whyzk/zkeeVersion ee.png

New ?

  • Available for ZK:
  • http://www.zkoss.org/product/zkhttp://www.zkoss.org/whyzk/zkeeVersion ce-pe-ee.png


New Tooltip API

  • Available for ZK:
  • http://www.zkoss.org/product/zkhttp://www.zkoss.org/whyzk/zkeeVersion ce-pe-ee.png

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:

Shift + up key can deselect listitems

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.