paging"
From Documentation
m (Created page with '{{ZKStyleGuidePageHeader}} __TOC__ This is the '''paging''' mold for '''Tree'''. =Source= <br /> {{CSSSource | url= | control= |}} =Structure= =Events= <br /> {{Template:S…') |
Jumperchen (talk | contribs) (→Source) |
||
(4 intermediate revisions by one other user not shown) | |||
Line 6: | Line 6: | ||
=Source= | =Source= | ||
− | |||
{{CSSSource | {{CSSSource | ||
− | | url= | + | | url=zul/src/archive/web/js/zul/sel/css/tree.css.dsp |
− | | control= | + | | control=Tree |
|}} | |}} | ||
=Structure= | =Structure= | ||
+ | [[Image:Tree-pg1.jpg ]] | ||
− | + | [[Image:Tree-pg2.jpg ]] | |
=Events= | =Events= | ||
− | |||
{{Template:Style Guide Event | {{Template:Style Guide Event | ||
− | | | + | |.z-tree |
− | | | + | | |
− | | | + | | |
− | | | + | | |
− | | | + | | |
− | | | + | | |
− | | | + | |V |
− | | | + | | |
− | | | + | | |
− | | | + | | |
− | | | + | | |
− | | | + | | |
}} | }} | ||
=CSS Specification= | =CSS Specification= | ||
− | |||
{{Template:ZK Style Guide CSS}} | {{Template:ZK Style Guide CSS}} | ||
− | + | |div.z- tree -pgi-b | |
+ | |Border of bottom paging | ||
+ | |border-top: 1px solid #AAB; overflow: hidden; | ||
+ | |- | ||
+ | |div.z-tree-pgi-t | ||
+ | |Border of top paging | ||
+ | |border-bottom: 1px solid #AAB; overflow: hidden; | ||
+ | |} | ||
{{ZKStyleGuidePageFooter}} | {{ZKStyleGuidePageFooter}} |
Latest revision as of 03:47, 13 September 2010
This is the paging mold for Tree.
Source
The CSS source for Tree from GitHub
Structure
Events
CSS\Action | Normal (Open) | Hover | Click, Select, and Drag. | Focus | Focus and Hover | Disable |
Naming: | .z-tree | |||||
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 -pgi-b | Border of bottom paging | border-top: 1px solid #AAB; overflow: hidden; |
div.z-tree-pgi-t | Border of top paging | border-bottom: 1px solid #AAB; overflow: hidden; |