Default"
From Documentation
Tmillsclare (talk | contribs) m (Reverted edits by Tmillsclare (Talk) to last revision by Elton776) |
|||
(4 intermediate revisions by one other user not shown) | |||
Line 12: | Line 12: | ||
=Structure= | =Structure= | ||
− | [[Image:Groupbox.png]] | + | [[Image:Groupbox-final.png]] |
=Events= | =Events= | ||
Line 36: | Line 36: | ||
|overflow: hidden; | |overflow: hidden; | ||
|} | |} | ||
+ | |||
+ | |||
+ | |||
+ | [since 6.0.0] | ||
+ | =Events= | ||
+ | {{Template:Style Guide Event | ||
+ | |.z-groupbox | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |V | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | }} | ||
+ | |||
+ | =CSS Specification= | ||
+ | {{Template:ZK Style Guide CSS}} | ||
+ | |.z-groupbox-cnt | ||
+ | |Overflow of content | ||
+ | |overflow: hidden; | ||
+ | |} | ||
+ | |||
{{ZKStyleGuidePageFooter}} | {{ZKStyleGuidePageFooter}} |
Latest revision as of 03:15, 16 November 2011
This is the Default mold for Groupbox.
Source
The CSS source for Groupbox from GitHub
Structure
Events
CSS\Action | Normal (Open) | Hover | Click, Select, and Drag. | Focus | Focus and Hover | Disable |
Naming: | .z-fieldset | |||||
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-fieldset-cnt | Overflow of content | overflow: hidden; |
[since 6.0.0]
Events
CSS\Action | Normal (Open) | Hover | Click, Select, and Drag. | Focus | Focus and Hover | Disable |
Naming: | .z-groupbox | |||||
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-groupbox-cnt | Overflow of content | overflow: hidden; |