Default"
From Documentation
m (Created page with '{{ZKStyleGuidePageHeader}} __TOC__ This is the '''Default''' mold for '''Radio'''. =Source= <br /> {{CSSSource | url= | control= |}} =Structure= Image:Radio1.jpg [[Imag…') |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
=Source= | =Source= | ||
− | |||
{{CSSSource | {{CSSSource | ||
− | | url= | + | | url=zul/src/archive/web/zul/css/norm.css.dsp |
− | | control= | + | | control=Radio |
|}} | |}} | ||
=Structure= | =Structure= | ||
− | [[Image: | + | [[Image:Radioone.jpg ]] |
− | |||
− | |||
+ | [[Image:Radiotwo.jpg ]] | ||
=Events= | =Events= | ||
− | |||
{{Template:Style Guide Event | {{Template:Style Guide Event | ||
− | | | + | |.z-radio |
− | | | + | | |
− | | | + | | |
− | | | + | | |
− | | | + | | |
− | | | + | | |
− | | | + | |V |
− | | | + | | |
− | | | + | | |
− | | | + | | |
− | | | + | | |
− | | | + | | |
}} | }} | ||
=CSS Specification= | =CSS Specification= | ||
− | |||
{{Template:ZK Style Guide CSS}} | {{Template:ZK Style Guide CSS}} | ||
+ | |.z- radio -cnt | ||
+ | |||
+ | |Font size | ||
+ | |font-family: ${fontFamilyC}; font-size: ${fontSizeM}; font-weight: normal; | ||
+ | |} | ||
{{ZKStyleGuidePageFooter}} | {{ZKStyleGuidePageFooter}} |
Latest revision as of 07:10, 20 September 2010
This is the Default mold for Radio.
Source
The CSS source for Radio from GitHub
Structure
Events
CSS\Action | Normal (Open) | Hover | Click, Select, and Drag. | Focus | Focus and Hover | Disable |
Naming: | .z-radio | |||||
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- radio -cnt | Font size | font-family: ${fontFamilyC}; font-size: ${fontSizeM}; font-weight: normal; |