Image:stop.png This documentation is for an older version of ZK. For the latest documentation please click here.
Intbox
Single Page

Intbox

Intbox is composed of HTML Input element.

Source:

Mold: Default

Structure:

Overview

Events:

Action:

Normal (Open)

Hover

Click, Select, and Drag.

Focus

Focus and Hover

Disable

CSS naming:

z-intbox

-focus

-disd

Supported

V

!

!

Note: An exclamation mark(!) means the action effect uses CSS background to do it, not CSS background-position with image .

CSS Specification:

Class Name

Description

Default Values

.z- int box

Font size and background

background: #FFF url(${c:encodeURL('~./zul/img/grid/text-bg.gif')}) repeat-x 0 0; border: 1px solid #7F9DB9; font-family: ${fontFamilyC};font-size: ${fontSizeM}; font-weight: normal;

.z-int box-text-invalid

Invalid event

background: #FFF url(${c:encodeURL('~./zul/img/grid/text-bg-invalid.gif')}) repeat-x 0 0; border: 1px solid #DD7870;

.z-int box-readonly, .z-int box-text-disd

Disabled and read-only

background: #ECEAE4;