This project is a host of the data attribute handlers submitted by all contestants. Please reference ZK sample under src/main/webapp/chartist
to build your owned one. It is distributed under Apache License 2.0.
Official contest page:
- fork this repository
- create your owned folder under
webapp
, naming convention follows Java variable naming convention, e..gappName
. If you encounter a name conflict, add your name as a prefix likeauthorNameAppName
. - put all your required resources (js, css) under your owned folder) to avoid affecting other contesttants'.
- complete your handlers. Java package name convention is
org.zkoss.handlers.authorname.appname
. - create a
index.zul
under your folder to demonstrate your handler. - Create at least one screenshot for your application under
appName/screenshot/
. - send a pull request of your result to us.
- If you provide sufficient data and don't violate any rules, we will accept your pull request.
- Do not modify other constestants' files or configurations.
- http://blog.zkoss.org/index.php/2015/08/25/zk8-simple-but-powerful-using-data-handler-api-to-work-with-front-end-technologies/
- http://books.zkoss.org/wiki/ZUML_Reference/ZUML/Namespaces/Client_Attribute
All 3rd party libraries and templates used in the project are owned by their copyright owners.