Tuesday, March 12, 2013

ZK Simple include example

As someone asked how we can include a ZUL file in another zul i have created a sample..
index.zul file is
and another file which is going to include in index.zul file is..

If you will want to see runnable sample you can browse ZK Fiddle ZK Fiddle for Sample

How to disable ProgreeBar in ZK

Sometime you will want to disable the progress bar given by ZK to disable it in your whole project 1-Create a {fileName}.js and put the below code into this file

2- Add this {fileName}.js into the lang-addon.xml file something like given below .

Now Restart the server now it will not appear.

Monday, March 11, 2013

ZK Listbox ItemRendered Example

Here is Simple Demo example how we can use Itemrendered in ZK With Listbox You can follow the Below Demo Code for this ZK Feature...
The Code for ZUL Page is. And code For Java Class file..