Events

From Documentation
Revision as of 07:52, 19 July 2010 by Char (talk | contribs) (Created page with '{{ZKDevelopersGuidePageHeader}} All XHTML components support the following events, but whether it is applicable still depends on the browsers. For example, <tt>onChange</tt> is …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Stop.png This documentation is for an older version of ZK. For the latest one, please click here.


All XHTML components support the following events, but whether it is applicable still depends on the browsers. For example, onChange is meaningless to non-input components, say body and div. You have to consult the HTML standard[1]


Event Name
Components
Description
onChange all Event: InputEvent

Denotes the content of an input component has been modified by the user.

onClick all Event: MouseEvent

Denotes user has clicked the component.

Notes

  1. http/www.w3c.org



Last Update : 2010/07/19

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