Default (East)"

From Documentation
m (Created page with '{{ZKStyleGuidePageHeader}} __TOC__ This is the '''Default (East)''' mold for '''Borderlayout'''. =Source= <br /> {{CSSSource |url= |}} =Structure= =Events= <br /> {{Templa…')
 
 
(6 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=East
 
|}}
 
|}}
  
 
=Structure=
 
=Structure=
 +
[[Image:East1.jpg]]
  
 +
[[Image:East2.jpg]]
  
 +
=Events=
  
=Events=
 
<br />
 
 
{{Template:Style Guide Event
 
{{Template:Style Guide Event
| &nbsp;
+
|.z-east,
|-&nbsp;
+
.z-east-splt
|-&nbsp;
+
|
|-&nbsp;
+
|
|-&nbsp;
+
|
|-&nbsp;
+
|
|!
+
|
|!
+
|V
|!
+
|
|!
+
|
|!
+
|
|!
+
|
 +
|
 +
|display=none
 +
}}
 +
 
 +
 
 +
{{Template:Style Guide Event
 +
|.z-east-colps,
 +
 
 +
.z-east-colpsd,
 +
 
 +
.z-east-exp,
 +
|-over
 +
|
 +
|
 +
|
 +
|
 +
|V
 +
|V
 +
|
 +
|
 +
|
 +
|
 
}}
 
}}
  
 
=CSS Specification=
 
=CSS Specification=
<br />
+
 
 
{{Template:ZK Style Guide CSS}}
 
{{Template:ZK Style Guide CSS}}
 +
|.z-east
 +
|Border and background
 +
|border: 1px solid #9ECAD8;
 +
position: absolute;
 +
overflow: hidden;
 +
background-color: white;
 +
|-
 +
|.z-east-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-east-noborder
 +
|No border
 +
|border:0;
 +
|-
 +
|.z-east-splt
 +
|Background of splitter
 +
|position: absolute;
 +
height: 6px;
 +
width: 6px;
 +
z-index: 9;
 +
 +
background: #C4DCFB left;
 +
background-image:url("${c:encodeURL('~./zul/img/splt/splt-h.png')}");
 +
 +
cursor: e-resize;
 +
cursor: col-resize;
 +
line-height: 1px;
 +
font-size: 1px;
 +
|}
  
  
 
{{ZKStyleGuidePageFooter}}
 
{{ZKStyleGuidePageFooter}}

Latest revision as of 06:20, 13 September 2010


This is the Default (East) mold for Borderlayout.

Source

The CSS source for East from GitHub


Structure

East1.jpg

East2.jpg

Events

CSS\Action Normal (Open) Hover Click, Select, and Drag. Focus Focus and Hover Disable
Naming: .z-east,

.z-east-splt

Supported: V

Note: An exclamation mark(!) means that the action effect is done by CSS background , not CSS background-position


CSS\Action Normal (Open) Hover Click, Select, and Drag. Focus Focus and Hover Disable
Naming: .z-east-colps,

.z-east-colpsd,

.z-east-exp,

-over
Supported: V 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-east Border and background border: 1px solid #9ECAD8;

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

.z-east-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-east-noborder No border border:0;
.z-east-splt Background of splitter position: absolute;

height: 6px; width: 6px; z-index: 9;

background: #C4DCFB left; background-image:url("${c:encodeURL('~./zul/img/splt/splt-h.png')}");

cursor: e-resize; cursor: col-resize; line-height: 1px; font-size: 1px;



Last Update : 2010/09/13

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