Default (os)"
From Documentation
m (Created page with '{{ZKStyleGuidePageHeader}} __TOC__ This is the '''[MOLD NAME]''' mold for '''[ITEM NAME]'''. =Source= <br /> {{CSSSource |url= |}} =Structure= =Events= <br /> {{Template:S…') |
Tmillsclare (talk | contribs) m (moved ZK Style Guide/XUL Component Specification/Button/os to ZK Style Guide/XUL Component Specification/Button/Default (os)) |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
__TOC__ | __TOC__ | ||
− | This is the ''' | + | This is the '''os''' mold for '''Button'''. |
=Source= | =Source= | ||
− | |||
{{CSSSource | {{CSSSource | ||
− | |url= | + | | url=zul/src/archive/web/js/zul/wgt/css/button.css.dsp |
+ | | control=Button | ||
|}} | |}} | ||
=Structure= | =Structure= | ||
+ | [[Image:Button-os.png]] | ||
+ | =Events= | ||
− | |||
− | |||
− | |||
{{Template:Style Guide Event | {{Template:Style Guide Event | ||
− | | | + | |.z-button-os |
− | | | + | | |
− | | | + | | |
− | | | + | | |
− | | | + | | |
− | | | + | | |
− | | | + | |V |
− | | | + | | |
− | | | + | | |
− | | | + | | |
− | | | + | | |
− | | | + | | |
}} | }} | ||
=CSS Specification= | =CSS Specification= | ||
− | + | ||
{{Template:ZK Style Guide CSS}} | {{Template:ZK Style Guide CSS}} | ||
− | + | |.z-button-os | |
+ | |Font size and color | ||
+ | |font-family: ${fontFamilyC} ; font-size: ${fontSizeM}; font-weight: normal; | ||
+ | |} | ||
{{ZKStyleGuidePageFooter}} | {{ZKStyleGuidePageFooter}} |
Latest revision as of 03:03, 1 October 2010
This is the os mold for Button.
Source
The CSS source for Button from GitHub
Structure
Events
CSS\Action | Normal (Open) | Hover | Click, Select, and Drag. | Focus | Focus and Hover | Disable |
Naming: | .z-button-os | |||||
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-button-os | Font size and color | font-family: ${fontFamilyC} ; font-size: ${fontSizeM}; font-weight: normal; |