Default"
From Documentation
m (Created page with '{{ZKStyleGuidePageHeader}} __TOC__ This is the '''Default''' mold for '''Groupfoot'''. =Source= <br /> {{CSSSource | url= | control= |}} =Structure= =Events= <br /> {{Temp…') |
Jumperchen (talk | contribs) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
=Source= | =Source= | ||
− | + | ||
{{CSSSource | {{CSSSource | ||
− | | url= | + | | url=/zul/src/archive/web/js/zul/grid/css/grid.css.dsp |
− | | control= | + | | control=Groupfoot |
|}} | |}} | ||
=Structure= | =Structure= | ||
+ | [[Image:Grid1.jpg]] | ||
+ | [[Image:Groupfoot1.jpg]] | ||
+ | =Events= | ||
− | |||
− | |||
{{Template:Style Guide Event | {{Template:Style Guide Event | ||
− | | | + | |.z-groupfoot |
− | | | + | | |
− | | | + | | |
− | | | + | | |
− | | | + | | |
− | | | + | | |
− | | | + | |V |
− | | | + | | |
− | | | + | | |
− | | | + | | |
− | | | + | | |
− | | | + | | |
}} | }} | ||
=CSS Specification= | =CSS Specification= | ||
− | + | ||
{{Template:ZK Style Guide CSS}} | {{Template:ZK Style Guide CSS}} | ||
− | + | |.z-groupfoot | |
+ | |||
+ | |Background image | ||
+ | |||
+ | |background: #E9F2FB url(${c:encodeURL('~./zul/img/grid/groupfoot_bg.gif')}) repeat-x 0 0; | ||
+ | |- | ||
+ | |div.z-groupfoot-cnt | ||
+ | |||
+ | |Border | ||
+ | |||
+ | |border: 0; margin: 0; padding: 0; font-family: ${fontFamilyC}; font-size: ${fontSizeM}; font-weight: normal; | ||
+ | |- | ||
+ | |td.z-groupfoot-inner | ||
+ | |||
+ | |Padding | ||
+ | |||
+ | |padding: 2px; overflow: hidden; | ||
+ | |- | ||
+ | |.z-groupfoot-inner .z-groupfoot-cnt span, .z-groupfoot-inner .z-groupfoot-cnt | ||
+ | |||
+ | |Font size and color | ||
+ | |||
+ | |color: #2C559C; font: normal ${fontSizeM} ${fontFamilyT};font-weight:bold; | ||
+ | |} | ||
{{ZKStyleGuidePageFooter}} | {{ZKStyleGuidePageFooter}} |
Latest revision as of 02:54, 14 September 2010
This is the Default mold for Groupfoot.
Source
The CSS source for Groupfoot from GitHub
Structure
Events
CSS\Action | Normal (Open) | Hover | Click, Select, and Drag. | Focus | Focus and Hover | Disable |
Naming: | .z-groupfoot | |||||
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-groupfoot | Background image | background: #E9F2FB url(${c:encodeURL('~./zul/img/grid/groupfoot_bg.gif')}) repeat-x 0 0; |
div.z-groupfoot-cnt | Border | border: 0; margin: 0; padding: 0; font-family: ${fontFamilyC}; font-size: ${fontSizeM}; font-weight: normal; |
td.z-groupfoot-inner | Padding | padding: 2px; overflow: hidden; |
.z-groupfoot-inner .z-groupfoot-cnt span, .z-groupfoot-inner .z-groupfoot-cnt | Font size and color | color: #2C559C; font: normal ${fontSizeM} ${fontFamilyT};font-weight:bold; |