Default"
From Documentation
m (Created page with '{{ZKStyleGuidePageHeader}} __TOC__ This is the '''Default''' mold for '''Groupbox'''. =Source= <br /> {{CSSSource | url= | control= |}} =Structure= =Events= <br /> {{Templ…') |
|||
(14 intermediate revisions by 3 users not shown) | |||
Line 6: | Line 6: | ||
=Source= | =Source= | ||
− | |||
{{CSSSource | {{CSSSource | ||
− | | url= | + | | url=/zul/src/archive/web/js/zul/wgt/css/groupbox.css.dsp |
− | | control= | + | | control=Groupbox |
|}} | |}} | ||
=Structure= | =Structure= | ||
+ | [[Image:Groupbox-final.png]] | ||
+ | |||
+ | =Events= | ||
+ | {{Template:Style Guide Event | ||
+ | |.z-fieldset | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |V | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | }} | ||
+ | |||
+ | =CSS Specification= | ||
+ | {{Template:ZK Style Guide CSS}} | ||
+ | |.z-fieldset-cnt | ||
+ | |Overflow of content | ||
+ | |overflow: hidden; | ||
+ | |} | ||
+ | [since 6.0.0] | ||
=Events= | =Events= | ||
− | |||
{{Template:Style Guide Event | {{Template:Style Guide Event | ||
− | | | + | |.z-groupbox |
− | | | + | | |
− | | | + | | |
− | | | + | | |
− | | | + | | |
− | | | + | | |
− | | | + | |V |
− | | | + | | |
− | | | + | | |
− | | | + | | |
− | | | + | | |
− | | | + | | |
}} | }} | ||
=CSS Specification= | =CSS Specification= | ||
− | |||
{{Template:ZK Style Guide CSS}} | {{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; |