This is the project home for ZK's data-attribute-handler contest. Once the candidate projects from all participants have being reviewed, they will be pushed into this repository.
Official Contest Page: http://blog.zkoss.org/index.php/2015/11/19/data-attribute-handler-contest/
Please refer to the chartist sample under src/main/webapp/chartist
to build your own.
Detailed Steps:
- Fork this repository
- Create your own folder under
webapp
, naming convention follows Java variable naming convention, e..gappName
. If you encounter a naming conflict, add your name as a prefix likeauthorNameAppName
. - Put all your required resources (js, css) under your own folder) to avoid affecting other participants'.
- Complete your handlers. Java package name convention is
org.zkoss.handlers.authorname.appname
. - Create an
index.zul
under your folder to store your handler. Include your name and information on the 3rd party library on the index page as demonstrated in the chartist sample project. - Create at least one screenshot for your application under
appName/screenshot/
. You can also submit a short video. - Send a pull request of your result to us, and at the same time, submit your application form here: https://docs.google.com/forms/d/1QdSe6keTIN9XjruUFd8QBexaePXaEs-hmzGhP6x-v8Q/viewform
- If you have successfully integrated a 3rd party library with ZK 8's data-handler and followed all the instructions to provide sufficient details and did not violate any rules, we will accept your pull request. Yours will then become one of the qualified candidate projects.
Never modify other contestants' files or configurations.
To get started with ZK 8's data attribute handler feature, check out the following resources:
- 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. Your example code that integrates ZK and the 3rd party libarary should be licensed under Apache License 2.0 or any other OSI-approved open source license specified in your project.