Mouse Events"
From Documentation
Maya001122 (talk | contribs) m (Created page with '{{ZKDevelopersGuidePageHeader}} {| border="1" ! <center>Event Name</center> ! <center>Components / Description</center> |- | onClick | button caption column div groupbox imag…') |
|||
Line 16: | Line 16: | ||
'''Event:''' org.zkoss.zk.ui.event.MouseEvent | '''Event:''' org.zkoss.zk.ui.event.MouseEvent | ||
Denotes the user has right-clicked on the component. | 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 [ | + | Note: If you want to have a popup menu when mouse right click, please refer to the section [http://www.zkoss.org/javadoc/latest/zk/org/zkoss/zk/ui/event/MouseEvent.html#RIGHT_CLICK Context Menus] |
|- | |- |
Latest revision as of 03:50, 27 July 2010
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. |