Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ZK (work in progress)

A tuto (screencast) for a ZK view handler

  1. Part1
  2. Part2
  3. Part3

From Milind Parikh

A Chris Howe's comment taken from user ML

Just a quick comment on how you have the view-handler defined. Since you're wanting to have this distributed as a plugin, instead of placing the <handler name="zk" ... in the common-controller, simply put that line in your controller.xml file after the <include... statement. You'll probably also want to change the class name to however you're going to distrubte it (ie com.milindparikh.widget.screen.ZkViewHandler) and move the file into
the src directory of your component...and make sure the build routine is working properly.

There is also this tuto but from comments in user ML we recommend rather the way above

FAQ - TIPS - Cookbook - How to

...