Default (Vertical)"
From Documentation
m (Created page with '{{ZKStyleGuidePageHeader}} __TOC__ This is the '''Default (Vertical)''' mold for '''Menubar'''. =Source= <br /> {{CSSSource | url= | control= |}} =Structure= =Events= <br …') |
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/menu/css/menu.css.dsp |
− | | control= | + | | control=Menubar |
|}} | |}} | ||
=Structure= | =Structure= | ||
+ | [[Image: Menubar-ver1.jpg]] | ||
− | + | [[Image:Menubar-ver2.jpg]] | |
=Events= | =Events= | ||
− | |||
{{Template:Style Guide Event | {{Template:Style Guide Event | ||
− | | | + | |.z-menubar-ver |
− | | | + | | |
− | | | + | | |
− | | | + | | |
− | | | + | | |
− | | | + | | |
− | | | + | |V |
− | | | + | | |
− | | | + | | |
− | | | + | | |
− | | | + | | |
− | | | + | | |
}} | }} | ||
=CSS Specification= | =CSS Specification= | ||
− | |||
{{Template:ZK Style Guide CSS}} | {{Template:ZK Style Guide CSS}} | ||
+ | |.z-menubar-ver | ||
+ | |Background image | ||
+ | |position : relative; | ||
+ | display: block; | ||
+ | padding : 2px 0px; | ||
+ | border-bottom : 1px solid #B1CBD5; | ||
+ | |||
+ | background: #CEE7F5 repeat-x 0 center; | ||
+ | background-image: url(${c:encodeURL('~./zul/img/common/bar-bg.png')}); | ||
+ | |} | ||
{{ZKStyleGuidePageFooter}} | {{ZKStyleGuidePageFooter}} |
Latest revision as of 03:06, 14 September 2010
This is the Default (Vertical) mold for Menubar.
Source
The CSS source for Menubar from GitHub
Structure
Events
CSS\Action | Normal (Open) | Hover | Click, Select, and Drag. | Focus | Focus and Hover | Disable |
Naming: | .z-menubar-ver | |||||
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-menubar-ver | Background image | position : relative;
display: block; padding : 2px 0px; border-bottom : 1px solid #B1CBD5; background: #CEE7F5 repeat-x 0 center; background-image: url(${c:encodeURL('~./zul/img/common/bar-bg.png')}); |