Default

From Documentation
Revision as of 08:40, 8 September 2010 by Elton776 (talk | contribs)


This is the Default mold for Decimalbox.

Source


The CSS source for from GitHub


Structure

Decimalbox1.jpg

Events


CSS\Action Normal (Open) Hover Click, Select, and Drag. Focus Focus and Hover Disable
Naming: .z-decimalbox -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- decimalbox 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-decimalbox-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-decimalbox-readonly, .z-decimalbox-text-disd Disabled and read-only background: #ECEAE4;



Last Update : 2010/09/08

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