Default"

From Documentation
Line 35: Line 35:
 
<br />
 
<br />
 
{{Template:ZK Style Guide CSS}}
 
{{Template:ZK Style Guide CSS}}
|td.z-table-children
+
|.z-textbox
|Align
+
|Font size and background
|vertical-align: top;
+
|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-textbox-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-textbox-readonly, .z-textbox-text-disd
 +
|Disabled and read-only
 +
|background: #ECEAE4;
 
|}
 
|}
  
 
{{ZKStyleGuidePageFooter}}
 
{{ZKStyleGuidePageFooter}}

Revision as of 06:45, 9 September 2010


This is the Default mold for Textbox.

Source


The CSS source for from GitHub


Structure

Textbox1.jpg

Events


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

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

CSS Specification


.z-textbox-text-invalid
Class Name Description Default Values
.z-textbox 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;
Invalid event background: #FFF url(${c:encodeURL('~./zul/img/grid/text-bg-invalid.gif')}) repeat-x 0 0; border: 1px solid #DD7870;
.z-textbox-readonly, .z-textbox-text-disd Disabled and read-only background: #ECEAE4;



Last Update : 2010/09/09

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