Default (South)

From Documentation
Revision as of 06:14, 13 September 2010 by Jumperchen (talk | contribs) (→‎CSS Specification)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


This is the Default (South) mold for Borderlayout.

Source

The CSS source for South from GitHub


Structure

South1.jpg

South2.jpg

Events

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

.z-south-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-south-colps,

.z-south-colpsd,

.z-south-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-south Border and background border: 1px solid #9ECAD8;

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

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

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

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


cursor: s-resize; cursor: row-resize; line-height: 1px; font-size: 1px;



Last Update : 2010/09/13

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