window

Purpose

A window is, like HTML DIV tag, used to group components. Unlike other components, a window has the following characteristics.

Examples

<z:window title="Embedded Style" border="normal" width="200px">Hello,
        Embedded!</z:window>
<z:window title="Overlapped Style" top="100px" mode="overlapped" border="normal"
        width="200px">Hello, Overlapped!</z:window>
<z:window title="Popup Style" top="200px" mode="popup" border="normal"
        width="200px">Hello, Popup!</z:window>

Description

Attributes

ZK Official Reference

Component Reference

Show window Component Reference

Java API

Show window Java API