Default (Row)"
From Documentation
Jumperchen (talk | contribs) |
m (→Structure) |
||
(One intermediate revision by one other user not shown) | |||
Line 14: | Line 14: | ||
=Structure= | =Structure= | ||
[[Image:Cell1.PNG ]] | [[Image:Cell1.PNG ]] | ||
+ | |||
[[Image:Cell2.PNG ]] | [[Image:Cell2.PNG ]] | ||
Line 29: | Line 30: | ||
| | | | ||
| | | | ||
− | | | + | | |
}} | }} | ||
Latest revision as of 06:49, 16 September 2010
This is the Default mold for Cell.
Source
The CSS source for Cell from GitHub
Structure
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; |