Default"

From Documentation
 
(12 intermediate revisions by 3 users not shown)
Line 6: Line 6:
  
 
=Source=
 
=Source=
<br />
 
 
{{CSSSource
 
{{CSSSource
| url=
+
| url=/zul/src/archive/web/js/zul/wgt/css/groupbox.css.dsp
| control=
+
| control=Groupbox
 
|}}
 
|}}
  
 
=Structure=
 
=Structure=
[[Image:Groupbox.png]]
+
[[Image:Groupbox-final.png]]
  
 
=Events=
 
=Events=
<br />
 
 
{{Template:Style Guide Event
 
{{Template:Style Guide Event
 
|.z-fieldset
 
|.z-fieldset
Line 33: Line 31:
  
 
=CSS Specification=
 
=CSS Specification=
<br />
 
 
{{Template:ZK Style Guide CSS}}
 
{{Template:ZK Style Guide CSS}}
 +
|.z-fieldset-cnt
 +
|Overflow of content
 +
|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

Groupbox-final.png

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;



Last Update : 2011/11/16

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.