Showing posts with label ItemRendered. Show all posts
Showing posts with label ItemRendered. Show all posts

Friday, May 17, 2013

ZK Combobox With Item rendered

Please follow my previous Post and if you want to add rendered zk combobox with the help of Item rendered then you can use below code. Java Code for this
And the ZUl code for this..

Thursday, April 4, 2013

How Can Start with ZK Chosenbox(Demo code)?

As i was working on ZK ChosenBox Component . i Got plenty of issue which can be resolve with the help of @Bai-Ben zk teamdevelopers ... Why we are zk ChosenBox?
Previously i am using Zk Combobox component for showing list of items but i will want to give flexibility to user to select more than one item so i just got that ZK have a new component Zk Chosenbox which can full fill my requirements .. How Can we implement the ZK Chosenbox...
Here is the ZUL file
And here is the Java code..

You can check this example ZK Fiddle example for Chosenbox in ZK fiddle as well but Note you need Zk version 6.5.2

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..