How to know what events a component has

From Documentation
How to know what events a component has


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


You can find events for components in developer reference, chapter 4. The XUL Components

If you want to look it up in the source code. getOuterAttrs() in Button.java is a good example. Events are likely to be registered like "appendAsapAttr(sb, Events.ON_FOCUS);"



Last Update : 2010/07/14

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