Default"
From Documentation
m |
Jumperchen (talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
=Source= | =Source= | ||
{{CSSSource | {{CSSSource | ||
− | | url= | + | | url=zul/src/archive/web/js/zul/sel/css/tree.css.dsp |
− | | control= | + | | control=Treecol |
|}} | |}} | ||
Line 19: | Line 19: | ||
=Events= | =Events= | ||
{{Template:Style Guide Event | {{Template:Style Guide Event | ||
− | |.z- | + | |.z-treecols, |
− | .z- | + | .z-treecol |
| | | | ||
| | | | ||
Line 37: | Line 37: | ||
=CSS Specification= | =CSS Specification= | ||
{{Template:ZK Style Guide CSS}} | {{Template:ZK Style Guide CSS}} | ||
− | |div.z-tree-header tr.z- | + | |div.z-tree-header tr.z-treecols |
|Background image | |Background image | ||
− | |background-image: url(${c:encodeURL('~./zul/img/grid/ | + | |background-image: url(${c:encodeURL('~./zul/img/grid/column-bg.png')}); |
|- | |- | ||
− | |div.z-tree-header th.z- | + | |div.z-tree-header th.z-treecol |
|Border and font size | |Border and font size | ||
|overflow: hidden; border: 1px solid; border-color: #DAE7F6 #9EB6CE #9EB6CE #DAE7F6; | |overflow: hidden; border: 1px solid; border-color: #DAE7F6 #9EB6CE #9EB6CE #DAE7F6; | ||
Line 47: | Line 47: | ||
white-space: nowrap; padding: 2px; font-size: ${fontSizeM}; font-weight: normal; | white-space: nowrap; padding: 2px; font-size: ${fontSizeM}; font-weight: normal; | ||
|- | |- | ||
− | |div.z- | + | |div.z-treecol-cnt |
|Font size of the content | |Font size of the content | ||
− | |font-size: ${fontSizeM}; font-weight: normal | + | |font-family: ${fontFamilyC}; font-size: ${fontSizeM}; font-weight: normal; |
|} | |} | ||
{{ZKStyleGuidePageFooter}} | {{ZKStyleGuidePageFooter}} |
Latest revision as of 03:52, 13 September 2010
This is the Default mold for Treecol.
Source
The CSS source for Treecol from GitHub
Structure
Events
CSS\Action | Normal (Open) | Hover | Click, Select, and Drag. | Focus | Focus and Hover | Disable |
Naming: | .z-treecols,
.z-treecol |
|||||
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 |
div.z-tree-header tr.z-treecols | Background image | background-image: url(${c:encodeURL('~./zul/img/grid/column-bg.png')}); |
div.z-tree-header th.z-treecol | Border and font size | overflow: hidden; border: 1px solid; border-color: #DAE7F6 #9EB6CE #9EB6CE #DAE7F6;
white-space: nowrap; padding: 2px; font-size: ${fontSizeM}; font-weight: normal; |
div.z-treecol-cnt | Font size of the content | font-family: ${fontFamilyC}; font-size: ${fontSizeM}; font-weight: normal; |