ZK Blog

This blog post is the second in a series which introduces more new features of ZK 6. To check out main features please click here. One of the best user driven features in the upcoming release of ZK 6.0 RC is the navigation of the “Menubar” using the “KeyStroke” method making it more user friendly. […]

Read More...

Dr.Chanwit Kaewkasi Software Engineer, Creator of ZKGrails & Lecturer at Suranaree University of Technology. 19+ years experiences in software writing Obtained PhD degree in Computer Science from the University of Manchester in 2010 Indulged in the research of virtual machine development, compiler and programming languages and software framework development in recent years Q: Firstly, please […]

Read More...

I couldn’t believe it when I looked at my calendar but it is time for me to head back to the UK to visit family and friends. Due to the highly successful London user group last year we have decided to extend it to Germany. There was an overwhelming demand from Germany and thus we […]

Read More...

This blog post is the first of a series which introduces more new features of ZK 6. To check out main features please click here. ZK 6 has another brand new ZK component – “combobutton” which is effective in providing multi-function button enabling the developer to provide the user with one click actions as well […]

Read More...

I have been evangelizing ZK 6 and its multitude of features for close to six months give or take and I am still excited about what’s coming for ZK developers. Before we continue the ZK 6 theme let’s have a recap on what has happened with ZK 5. ZK 5 has been our most successful […]

Read More...

I have been in the US performing on site support for one of our large clients and I decided it would be a great opportunity to host a user group for ZK’s many US based users and customers.Therefore I am pleased to announce the first United States User Group with special thanks to the sponsorship […]

Read More...

ZK team is pleased to announce the release of  ZK Spreadsheet 2.1.1. This new release focuses on fixing bugs and upgrading performances in overall system deployment, including creating spreadsheets, selecting different worksheets and data editing. ZK Spreadsheet 2.1.1 optimizes page loading time by 2.1 times faster than that of  ZK Spreadsheet 2.1 enabling users to […]

Read More...

Dennis Chen Manager of Tools & Integration, Potix Corporation. Formerly technical leader & special lecturer at Infinities Soft Inc & engineer at III. 11+ years experiences in Java/J2EE solutions 3+ years BPM/SOA system & Ajax/Web2.0 applications. He is also one of the original developers of ZK Spreadsheet, ZK Studio (an Eclipse-Plugin for ZK framework) & […]

Read More...

ZK Fiddle is an online ZK application editor which is a multi-purpose playground for developers. ZK Team has integrated ZK Fiddle with ZK Forum providing developers with the ability to easily share code snippets for public viewing. ZK Fiddle is available at: http://zkfiddle.org This integration is important, as it represents the first in time where […]

Read More...

Originally, to activate the Data Binding Manager, users have to define the page initializer at the top of the page like this: <?init class=”org.zkoss.zkplus.databind.AnnotateDataBinderInit” ?> This set of code creates an AnnotateDataBinder instance and set the instance as a variable named “binder” of the component, and then calls loadAll() to initiate all UI components from […]

Read More...