Default (Vertical)

From Documentation
Revision as of 06:11, 9 September 2010 by Elton776 (talk | contribs) (Created page with '{{ZKStyleGuidePageHeader}} __TOC__ This is the '''Default (Vertical)''' mold for '''Tabbox'''. =Source= <br /> {{CSSSource | url= | control= |}} =Structure= [[Image:Tabbox-ve…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


This is the Default (Vertical) mold for Tabbox.

Source


The CSS source for from GitHub


Structure

Tabbox-ver1.jpg

Tabbox-ver2.jpg


Events


CSS\Action Normal (Open) Hover Click, Select, and Drag. Focus Focus and Hover Disable
Naming: .z-tabbox-ver
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-tabbox-ver Overflow overflow: hidden; visibility: hidden;

Tabs

Structure

Tabbox-ver1.jpg

Tabs-ver1.jpg


Events


CSS\Action Normal (Open) Hover Click, Select, and Drag. Focus Focus and Hover Disable
Naming: .z-tabs-ver
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-tabs-ver-right-scroll,

.z-tabs-ver-left-scroll

:hover
Supported: V V

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

CSS Specification


Template:Style Guide CSS
Class Name Description Default Values
.z-tabs-ver The vertical tabs background overflow: hidden;

float:left; background: transparent none repeat scroll 0 0; border: 0; padding: 0; margin: 0; position: relative;

.z-tabs-ver-scroll The border and background of tabs when scrolling is enabled background: #DEECFD none repeat scroll 0 0;

border-top: 1px solid #7EAAC6; border-bottom: 1px solid #7EAAC6; border-left: 1px solid #7EAAC6;

.z-tabs-ver .z-tabs-ver-header The background of vertical tabs' header background: none; zoom: 1; overflow: hidden; position: relative;
.z-tabs-ver-scroll .z-tabs-ver-header The background of vertical tabs' header when scrolling is enabled background: #C7E3F3 repeat-y scroll 0 0;

background-image: url(${c:encodeURL('~./zul/img/tab/tabs-v-bg.png')}); zoom: 1; overflow: hidden; position: relative;

.z-tabs-ver-cnt The visible part of tabs' content padding-top: 2px;

padding-left: 1px; list-style-image: none; list-style-position:outside; list-style-type: none; display: block; margin: 0; zoom: 1; height: 4096px; border-right: 1px solid #7EAAC6; -moz-user-select: none;

.z-tabs-ver-down-scroll The scroll down button background: transparent no-repeat scroll 0 -18px;

background-image: url(${c:encodeURL('~./zul/img/tab/scroll-d.png')}); border-right: 1px solid #8DB2E3; cursor: pointer; height: 18px; position: absolute; right: 0; bottom: 0; z-index: 25; width: 100%; display: block;

.z-tabs-ver-up-scroll The scroll up button background: transparent no-repeat scroll 0 0;

background-image: url(${c:encodeURL('~./zul/img/tab/scroll-u.png')}); border-right: 1px solid #7EAAC6; cursor: pointer; height: 18px; position: absolute; right: 0; top: 0; z-index: 25; width: 100%; display: block;



Last Update : 2010/09/09

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