Registering Appropriate Listeners

From Documentation
Revision as of 05:01, 14 July 2010 by Tmillsclare (talk | contribs)


Registering Appropriate Listeners



Registering listeners is a fundamental of many programming languages and event driven applications. Being an event driven framework ZK is no different. To accomplish our goal of a clear button we need to do two things:

  1. Capture clicks on our "target"
  2. Fire a custom onClear event when the target is clicked



Last Update : 2010/07/14

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