Tuesday, November 27, 2012

ZK Select All With Rendered On Demand

By ZK Team:-Note: Select all checkbox in listheader is only available if ROD is false. For more information you can refer ZK Blog.

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

Friday, September 28, 2012

ZK Model Window Basic Example

Lots of time in ZK Forum Developer asked for Zk Model Window Example. This is a simple example of Zk Model Window..There are plenty of way to open a model window in zk..Try out this...May be Good for ZK beginner .. Download Source Code from Here Note:- The Position of visible = true attribute will always after mode="modal" attribute otherwise visible attribute will not work.

Tuesday, September 25, 2012

How to Get intbox Value which is inside Listbox in ZK?

Problem:- I created Listbox by Java Code Where i added intbox inside a ListCell Now i will want to Get the value inside intbox added by user? Solution:- The Following Code will Help You...

ZK Vs JSF Performance Report 2012

Please find this Document

Monday, September 24, 2012

In ZK How to Set Idle Time

Please add this entry into your zk.xml file Note:- Time in seconds (5minutes)