Introduction In ZK 8.6 we will bring in three new molds for input widgets: Toggle and switch for the checkbox component, and knob for the slider component. With these new molds, we could present our web pages with more implication rather than the normal checked/unchecked or the normal number scoring. The three molds are exclusively designed […]

Read More

Introduction We are excited to let you know that we are working on the largest change for ZK MVVM data binding at client, led by its flagship component — Fragment. As its name, this component can combine a pure HTML content with ZK Data Binding syntax to make the static page to be dynamic without […]

Read More

ZK 8 is on the way with various enhancements on MVVM and databinding. ARE YOU READY? MVVM is a variant of the Model/View/Controller(MVC) design pattern that helps to achieve a clean separation of your application’s data and logic from its presentation. MVVM stands for Model, View, and ViewModel. The ViewModel is an abstraction of the […]

Read More

Previously, we have introduced the online theme roller for ZK 7.0 which allows users to customize and design their own personal or corporate themes. We have received a lot of feedback from our users and have now enhanced the tool further based on these feedback; providing more easy-to-use features and templates so that you can […]

Read More

Introduction We introduced a new ZK-Less Engine built on Node.js in the release of ZK 7.0.3. The new Engine will have a much faster compiling speed. You will need to install Node.js in your environment in order to use it.  If you have not tried ZK-Less features yet, please take a quick look at How […]

Read More

Introduction Using ZK Charts allows you to create charts based on your own data in a much efficient way than before. In this blog, we will show you how you can paint the time plot chart using ZK Charts instead of the SIMILE Timeplot Component. Installation ZK Charts version: 1.2.0+ If you are not familiar […]

Read More

Introduction ZK 7 is an upcoming big release focusing on HTML5 & CSS3. Simplified by reducing the DOM structure and JavaScript code, ZK 7’s theme will be more easily customizable than previous versions and its JavaScript code running more efficiently than ever. ZK 7 will also support CSS3’s icon font feature bringing the great benefits […]

Read More

IntroductionMacro component is a useful technique to modularize complex ZUL pages. In most use cases, macro component consists of several fixed components. However, you may want to append more components inside a macro component based on some action. This blog will show how you can add additional components to a wired component inside a macro […]

Read More

We have released the following ZK products for maintenance purposes and/or ZK 6.5 support. ZK Spring 3.1.1 Maintenance release to support Spring Security 3.1 along with a few bug fixes Check out release note or download. ZK JSP 2.2 Maintenance release to support all versions of ZK 6 Download ZK Gmaps 3.0.1 Maintenance bug fix […]

Read More

Introduction Previously in ZK, applications exceeding the boundaries of browser resolution relies on desktop browsers to automatically generates scroll bars by using CSS style overflow attribute so users can view the entire page but this feature unfortunately is not available on tablet or mobile browsers. In upcoming ZK 6.5 where responsive design and one codebase […]

Read More