Default (Row)

From Documentation
Revision as of 09:05, 10 September 2010 by Jumperchen (talk | contribs) (Created page with '{{ZKStyleGuidePageHeader}} __TOC__ This is the '''Default''' mold for '''Cell'''. =Source= {{CSSSource | url=/zul/src/archive/web/js/zul/grid/css/grid.css.dsp | control=Cell …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


This is the Default mold for Cell.

Source

The CSS source for Cell from GitHub


Structure

File:Cell1.jpg File:Cell2.jpg

Events

CSS\Action Normal (Open) Hover Click, Select, and Drag. Focus Focus and Hover Disable
Naming: .z-cell
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-cell Padding padding: 2px; overflow: hidden;
tr.z-row .z-cell Background color and border background: white; border-top: none; border-left: 1px solid white; border-right: 1px solid #CCC; border-bottom: 1px solid #DDD;
tr.z-grid-odd .z-cell Background color of the odd row background: #F0FAFF;



Last Update : 2010/09/10

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