Implement ZK Spreadsheet Event Listeners

From Documentation


Implement ZK Spreadsheet Event Listeners




Stop.png This article is out of date, please refer to http://books.zkoss.org/wiki/ZK_Spreadsheet_Essentials for more up to date information.


ZK Spreadsheet supports numerous events such as mouse events, key events, selection events, editing events and hyperlink events. You can listen to these events to develop highly interactive spreadsheet applications. For example by listening to editing events such as onStartEditing and onStopEditing you can control which cell the user can edit, what is being entered/edited and possibly apply some styling or value transformation once the editing is stopped. Similarly you can listen to certain mouse events such as onCellClick, onCellRightClick, onHeaderClick, onHeaderRightClick and update other ZK components or pop up a menu.

Version History

Last Update : 2013/08/22


Version Date Content
     


All source code listed in this book is at Github.


Last Update : 2013/08/22

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