Mouse Events
From Documentation
This documentation is for an older version of ZK. For the latest one, please click here.
onClick | button caption column div groupbox image imagemap label listcell listfooter listheader menuitem tab tabpanel toolbar toolbarbutton treecell treecol window
Event: org.zkoss.zk.ui.event.MouseEvent Denotes the user has clicked the component. |
onRightClick | button caption checkbox column div groupbox image imagemap label listcell listfooter listheader listitem radio slider tab tabbox tabpanel toolbar toolbarbutton treecell treecol treeitem window
Event: org.zkoss.zk.ui.event.MouseEvent Denotes the user has right-clicked on the component. Note: If you want to have a popup menu when mouse right click, please refer to the section Context Menus |
onDoubleClick | button caption checkbox column div groupbox image label listcell listfooter listheader listitem tab tabpanel toolbar treecell treecol treerow window
Event: org.zkoss.zk.ui.event.MouseEvent Denotes the user has double-clicked the component. |