Monday, October 22, 2012

ZK Listbox with SIngle Header and multiple List cell

Let us suppose we have the below example.... We have listbox with one Header and multiple cell , when you will run this example you will get something weird output..See below image This is because of width calculation issue by listheader so If only one listheader is needed, use auxheader instead to avoid wrong width calculation.

Friday, October 19, 2012

ZK Healing Effect Like Yahoo Implemeted by ZK Developer

I will want to achieve the Healing Effect define here Looking very cool feature .I am thinking to implement same thing with ZK Listbox or Grid . i found something here . I found an example by ZK Developer, how can we do this thing in zk Listbox

Wednesday, October 17, 2012

Integrate Dyanmic Jasper Reprot with ZK

Before Starting please read my Last Post For Dynamic Jasper report you have add DynamicJasper-4.0.2.jar in class path .. 1-Java Code for Dynamic Jasper report.
I Used ZK Iframe Here So Slightly Change in the report.zul file This is a Demo code how can you use Dynamic Jasper report with ZK.

Integrate ZK with Jasper Report

Hi i am using ZK6.0.2 Framework for my project and i was trying to integrate Jasper reports with ZK. I followed a Samll talk written by ZK developer and demo worked fine for me and when i tried to integrate the same demo with my application i found some exception like ... And And actual cause of the above issue was the itext.jar file
Note:-I was using itext2.1.4.jar which causing the issue and i updated the jar with itext2.1.7.jar and at last i am able to generate reports.
1-Java and ZUL Code for Integrating Jasper Report Data Class...... Main zul Page.... And report.zul file I tested above code in my application it worked fine .

Saturday, October 13, 2012

Message Box Without any button

With the empty array, it can show the dialog without the buttons. For example, Note :-From ZK-tracker and Solution provided by Jumperchen

Friday, October 12, 2012

Monday, October 8, 2012

Zk Disable or Enable Buttons in some condition

Let us suppose i have a Databox in zul page where i have some button i will want if no any record found in Databox my button will be disable then i can do this like this...

Friday, October 5, 2012

ZK Calendar How to Show Selected Period Like Google Calendar

1- Take a variable call displayDateRange This variable will show the selected time period by user in ZK-Calendar for month,day and week ... Java Code for above is.. I am using ZK Wire for Calendar....and My Zul Page Will something like this..How i Used displayDateRange variable in ZUL Page See the Screen Shot for Date Range...