A couple weeks ago, I was working on a customer’s support about how to reduce memory footprint of a ZUL page. At the time, I found it odd that the ZUL page was pretty simple but it retains plenty of ZK components on the server. After some research, we found the issue was caused by […]

Read More

ZK composite is a concept in which we design a customized component based on a template zul file we composed (like a ZK Macro component); however, unlike a Macro component, developers could include other children components within a ZK composite.

Read More

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

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

ZK 5Yesterday, we launched several new ZK 5 features, including Frozen Column, In-place-editing and Rowspan within a grid. These features enhance the usage of ZK.

These features provide a more flexible grid table allowing the user modify and navigate the data quickly and easily, just like a spreadsheet.

Read More