Component-based UI

From Documentation


Component-based UI


Overview

Each UI object is represented with a component (Component). Thus, composing UI is all about assembling components.

For example, here we declared a Window component, enabled the border (border="normal"), and set its width to a definite 250 pixels. Enclosed in the Window are two Button components.

ZKEssentials Intro Hello.png


Version History

Last Update : 2010/11/3

Version Date Content
     



Last Update : 2010/11/03

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.