Default (Center)"

From Documentation
 
(4 intermediate revisions by 2 users not shown)
Line 6: Line 6:
  
 
=Source=
 
=Source=
<br />
 
 
{{CSSSource
 
{{CSSSource
|url=
+
| url=zul/src/archive/web/js/zul/layout/css/borderlayout.css.dsp
 +
| control=Center
 
|}}
 
|}}
  
Line 17: Line 17:
  
 
=Events=
 
=Events=
<br />
+
 
 
{{Template:Style Guide Event
 
{{Template:Style Guide Event
 
|.z-center
 
|.z-center
Line 35: Line 35:
  
 
=CSS Specification=
 
=CSS Specification=
<br />
+
 
 
{{Template:ZK Style Guide CSS}}
 
{{Template:ZK Style Guide CSS}}
 
|.z-center
 
|.z-center
Line 53: Line 53:
  
 
background:transparent repeat-x 0 0;
 
background:transparent repeat-x 0 0;
background-image: url(${c:encodeURL('~./zkex/zul/img/layout/borderlayout-hm.png')});
+
background-image: url(${c:encodeURL('~./zul/img/layout/borderlayout-hm.png')});
  
 
white-space: nowrap;
 
white-space: nowrap;
Line 64: Line 64:
 
|border:0;
 
|border:0;
 
|}
 
|}
 
[[Category:Style Guide|B]]
 
[[Category:XUL Components|B]]
 
  
  
 
{{ZKStyleGuidePageFooter}}
 
{{ZKStyleGuidePageFooter}}

Latest revision as of 06:21, 13 September 2010


This is the Default (Center) mold for Borderlayout.

Source

The CSS source for Center from GitHub


Structure

Center1.jpg

Center2.jpg

Events

CSS\Action Normal (Open) Hover Click, Select, and Drag. Focus Focus and Hover Disable
Naming: .z-center
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-center Border and background border: 1px solid #9ECAD8;

position: absolute; overflow: hidden; background-color: white;

.z-center-header Background of header color: #0F3B82;

font: normal 11px tahoma, arial, verdana, sans-serif; font-weight:bold; padding: 5px 3px 4px 5px; border-bottom: 1px solid #9ecad8;

background:transparent repeat-x 0 0; background-image: url(${c:encodeURL('~./zul/img/layout/borderlayout-hm.png')});

white-space: nowrap; overflow: hidden; line-height: 15px; zoom: 1;

.z-center-noborder No border border:0;



Last Update : 2010/09/13

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