Default"

From Documentation
 
Line 32: Line 32:
 
=CSS Specification=
 
=CSS Specification=
 
{{Template:ZK Style Guide CSS}}
 
{{Template:ZK Style Guide CSS}}
|.z- doublebox
+
|.z-doublebox
 
 
 
|Font size and background
 
|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;
+
|background: #FFF url(${c:encodeURL('~./zul/img/misc/text-bg.gif')}) repeat-x 0 0; border: 1px solid #7F9DB9; font-family: ${fontFamilyC};font-size: ${fontSizeM}; font-weight: normal;
 
|-
 
|-
 
|.z-doublebox-text-invalid
 
|.z-doublebox-text-invalid
Line 42: Line 42:
 
|Invalid event
 
|Invalid event
 
 
|background: #FFF url(${c:encodeURL('~./zul/img/grid/text-bg-invalid.gif')}) repeat-x 0 0; border: 1px solid #DD7870;
+
|background: #FFF url(${c:encodeURL('~./zul/img/misc/text-bg-invalid.gif')}) repeat-x 0 0; border: 1px solid #DD7870;
 
|-
 
|-
 
|.z-doublebox-readonly, .z-doublebox-text-disd
 
|.z-doublebox-readonly, .z-doublebox-text-disd

Latest revision as of 10:28, 13 September 2010


This is the Default] mold for Doublebox.

Source

The CSS source for Doublebox from GitHub


Structure

Doublebox1.jpg

Events

CSS\Action Normal (Open) Hover Click, Select, and Drag. Focus Focus and Hover Disable
Naming: .z-doublebox -focus -disd
Supported: V ! !

Note: An exclamation mark(!) means that the action effect is done by CSS background , not CSS background-position

CSS Specification

Class Name Description Default Values
.z-doublebox Font size and background background: #FFF url(${c:encodeURL('~./zul/img/misc/text-bg.gif')}) repeat-x 0 0; border: 1px solid #7F9DB9; font-family: ${fontFamilyC};font-size: ${fontSizeM}; font-weight: normal;
.z-doublebox-text-invalid Invalid event background: #FFF url(${c:encodeURL('~./zul/img/misc/text-bg-invalid.gif')}) repeat-x 0 0; border: 1px solid #DD7870;
.z-doublebox-readonly, .z-doublebox-text-disd Disabled and read-only background: #ECEAE4;



Last Update : 2010/09/13

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