Events"

From Documentation
(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 …')
 
m (correct highlight (via JWB))
 
Line 1: Line 1:
 
{{ZKDevelopersGuidePageHeader}}
 
{{ZKDevelopersGuidePageHeader}}
  
All XHTML components support the following events, but whether it is applicable still depends on the browsers. For example, <tt>onChange</tt> is meaningless to non-input components, say <tt>body</tt> and <tt>div</tt>. You have to consult the HTML standard<ref name="ftn56">http/www.w3c.org</ref>
+
All XHTML components support the following events, but whether it is applicable still depends on the browsers. For example, <code>onChange</code> is meaningless to non-input components, say <code>body</code> and <code>div</code>. You have to consult the HTML standard<ref name="ftn56">http/www.w3c.org</ref>
  
  

Latest revision as of 10:39, 19 January 2022

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 : 2022/01/19

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