Default (OS-Horizontal)"

From Documentation
m (Created page with '{{ZKStyleGuidePageHeader}} __TOC__ This is the '''efault (OS-Horizontal)''' mold for '''Splitter'''. =Source= <br /> {{CSSSource | url= | control= |}} =Structure= =Events=…')
 
 
(5 intermediate revisions by 2 users not shown)
Line 6: Line 6:
  
 
=Source=
 
=Source=
<br />
 
 
{{CSSSource
 
{{CSSSource
| url=
+
| url=zul/src/archive/web/js/zul/box/css/box.css.dsp
| control=
+
| control=Splitter
 
|}}
 
|}}
  
 
=Structure=
 
=Structure=
 +
[[Image:Splitter-os-hor1.jpg]]
  
 
+
[[Image:Splitter-os-hor2.jpg]]
 +
[[Image:Splitter-os-hor3.jpg]]
 +
[[Image:Splitter-os-hor4.jpg]]
  
 
=Events=
 
=Events=
<br />
 
 
{{Template:Style Guide Event
 
{{Template:Style Guide Event
| &nbsp;
+
|.z-splitter-os-hor
|-&nbsp;
+
|-btn-l:hover,
|-&nbsp;
+
 
|-&nbsp;
+
-btn-r:hover,
|-&nbsp;
+
 
|-&nbsp;
+
-btn-visi (IE Only)
|!
+
|
|!
+
|
|!
+
|
|!
+
|
|!
+
|V
 
|!
 
|!
 +
|
 +
|
 +
|
 +
|
 
}}
 
}}
  
 
=CSS Specification=
 
=CSS Specification=
<br />
 
 
{{Template:ZK Style Guide CSS}}
 
{{Template:ZK Style Guide CSS}}
 
+
|.z-splitter-os-hor
 +
|Height
 +
|font-size:0; max-width: 8px; width: 8px;
 +
|-
 +
|.z-splitter-os-hor-outer
 +
|Background image of splittable
 +
|background-image:url(${c:encodeURL('~./zul/img/splt/splt-h.gif')}); background-repeat: repeat-y; max-width: 8px; width: 8px; background-position: top right;
 +
|-
 +
|.z-splitter-os-hor-ns
 +
|Styling of non-splittable
 +
|font-size:0; max-width: 8px; width: 8px;
 +
|-
 +
|.z-splitter-os-hor-btn-l
 +
|Button icon of left side
 +
|width: 8px; min-height: 50px; height: 50px; background-image: url(${c:encodeURL('~./zul/img/splt/colps-l-os.gif')});
 +
|-
 +
|.z-splitter-os-hor-btn-r
 +
|Button icon of right side
 +
|width: 8px; min-height: 50px; height: 50px; background-image: url(${c:encodeURL('~./zul/img/splt/colps-r-os.gif')});
 +
|}
  
 
{{ZKStyleGuidePageFooter}}
 
{{ZKStyleGuidePageFooter}}

Latest revision as of 04:52, 13 September 2010

Default (OS-Horizontal)



This is the efault (OS-Horizontal) mold for Splitter.

Source

The CSS source for Splitter from GitHub


Structure

Splitter-os-hor1.jpg

Splitter-os-hor2.jpg Splitter-os-hor3.jpg Splitter-os-hor4.jpg

Events

CSS\Action Normal (Open) Hover Click, Select, and Drag. Focus Focus and Hover Disable
Naming: .z-splitter-os-hor -btn-l:hover,

-btn-r:hover,

-btn-visi (IE Only)

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-splitter-os-hor Height font-size:0; max-width: 8px; width: 8px;
.z-splitter-os-hor-outer Background image of splittable background-image:url(${c:encodeURL('~./zul/img/splt/splt-h.gif')}); background-repeat: repeat-y; max-width: 8px; width: 8px; background-position: top right;
.z-splitter-os-hor-ns Styling of non-splittable font-size:0; max-width: 8px; width: 8px;
.z-splitter-os-hor-btn-l Button icon of left side width: 8px; min-height: 50px; height: 50px; background-image: url(${c:encodeURL('~./zul/img/splt/colps-l-os.gif')});
.z-splitter-os-hor-btn-r Button icon of right side width: 8px; min-height: 50px; height: 50px; background-image: url(${c:encodeURL('~./zul/img/splt/colps-r-os.gif')});



Last Update : 2010/09/13

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