combobox

Purpose

Components: combobox and comboitem.A combobox is a special text box that embeds a drop-down list. With comboboxes, users are allowed to select from a drop-down list, in addition to entering the text manually.

Examples

<z:combobox>
    <z:comboitem label="Simple and Rich"/>
    <z:comboitem label="Cool!"/>
    <z:comboitem label="Ajax and RIA"/>
</z:combobox>

Description

Attributes

ZK Official Reference

Component Reference

Show combobox Component Reference

Java API

Show combobox Java API