Wednesday, 15 August 2012

zk - How can I get this value in Java Class? -


I have a form with zk. In this section:

  & lt; Template name = "Model: Group" & gt; & Lt; Group label = "@ load (each)" value = "@ load (each)" onClick = "@ command ('view')" /> & Lt; / Template & gt;  

I call the method viewGraph () and I think this value is sent to this method.
It should have been created in JavaScript :

  onClick = "function (parameter);"  

In this case I do not know how to do it.

Also, if I can not set an id on the label because the label is in a circle, it should have 1 different ID.

What is the solution?

Visible inside group to access > Write

  & lt; Group label = "@ load (each)" value = "@ load (each)" onclic = "@command ('ViewGraph', auto = self)" /> Public Zero Videography (@ BindParam ("Self") integer itself) {// Your code here}  

For more information, see.


No comments:

Post a Comment