ZK Blog

ZK Spreadsheet delivers rich functionality of Excel® within browsers thereby allowing developers to create collaborative and dynamic enterprise applications. Sometimes users of these enterprise applications need to export these collaborative spreadsheet contents for offline reading, reporting & filing or sending as email attachments. With the release of ZK Spreadsheet 2.0 beta3 we have added a […]

Read More...
Tags:

You can speed up page load times by combining JavaScript files. Today I will describe the process of merging several JavaScript file into one in your ZK application.

Read More...

We are pleased to announce the introduction of two new components, hlayout and vlayout which enable you to layout your page in an easier and more controllable manner.

Read More...

A hbox that spans two rows It is common for an application to provide different themes for different users based on their preferences. However, the difference is limited to the power of CSS. By using the so-called mold and widget classes, ZK allow an application to provide totally different look using totally different DOM structure. The best is that you don’t have modify single line of the application code.

Read More...
Tags:

The server push is a common practice to communicate between two browser windows. With 5.0.4, there is a better approach called the group-scoped event queue.

Read More...

It is now possible to use Selenium IDE to test ZK applications without the need for a UUID generator. This is achieved by integrating the ZK selector into Selenium IDE. Selenium IDE’s main power is that it can easily generate different programming language formats such as Junit, TestNG, Groovy, PHP, Python, Ruby bringing a hold host of testing power to your fingertips.

Read More...

Today, we are pleased to release ZK 5.0.2 which introduces a new feature jQuery selector to make working with ZK seamless.

Read More...

JSR-299 spec of JEE6 platform defines a simple yet very powerful event notification model. It has three significant parts; event producer, event payload and event observer. In this blog I will explain how ZK developers can leverage this model to write UI event handlers. Lets take a look at the example demo first. It is […]

Read More...

ZK 5The official release of ZK 5 marks the launch of ZK’s “Developer-Centric” paradigm. At the core are the Server+client Fusion and Ajax-as-a-Service architectural innovations. The integration of jQuery and Java EE 6 CDI, as well as additional enterprise level functionalities, is among the main advancements in ZK 5.

Read More...