Default"

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/sel/css/listbox.css.dsp
| control=
+
| control=Listgroup
 
|}}
 
|}}
  
Line 18: Line 17:
  
 
=Events=
 
=Events=
<br />
 
 
{{Template:Style Guide Event
 
{{Template:Style Guide Event
| &nbsp;
+
|.z-listgroup
|-&nbsp;
+
|
|-&nbsp;
+
|
|-&nbsp;
+
|
|-&nbsp;
+
|
|-&nbsp;
+
|
|!
+
|V
|!
+
|
|!
+
|
|!
+
|
|!
+
|
|!
+
|
 
}}
 
}}
  
 
=CSS Specification=
 
=CSS Specification=
<br />
 
 
{{Template:ZK Style Guide CSS}}
 
{{Template:ZK Style Guide CSS}}
 +
|tr.z-listgroup
 +
 +
|Background image
 +
 +
|background: #E9F2FB url(${c:encodeURL('~./zul/img/grid/group_bg.gif')}) repeat-x 0 0;
 +
|-
 +
|td.z-listgroup-inner div.z-listcell-cnt
 +
 +
|Color and font size
 +
 +
|color:#3764a0; font: normal ${fontSizeM} ${fontFamilyT}; padding: 4px 2px; width: auto;font-weight:bold;
 +
|-
 +
|td.z-listgroup-inner
 +
 +
|Padding and border
 +
 +
|padding-top: 2px; border-top: 2px solid #81BAF5;border-bottom: 1px solid #bcd2ef;
 +
|-
 +
|.z-listgroup-img
 +
 +
|Image icon
 +
 +
|width: 18px; min-height: 18px; height: 100%; background-image: url(${c:encodeURL('~./zul/img/toggle.gif')});
  
 +
background-repeat: no-repeat; background-position: 0px 0px; vertical-align: top; cursor: pointer; border: 0;
 +
|}
  
 
{{ZKStyleGuidePageFooter}}
 
{{ZKStyleGuidePageFooter}}

Latest revision as of 11:05, 13 September 2010


This is the Default mold for Listgroup.

Source

The CSS source for Listgroup from GitHub


Structure

Listbox1.jpg

Listgroup1.jpg

Events

CSS\Action Normal (Open) Hover Click, Select, and Drag. Focus Focus and Hover Disable
Naming: .z-listgroup
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
tr.z-listgroup Background image background: #E9F2FB url(${c:encodeURL('~./zul/img/grid/group_bg.gif')}) repeat-x 0 0;
td.z-listgroup-inner div.z-listcell-cnt Color and font size color:#3764a0; font: normal ${fontSizeM} ${fontFamilyT}; padding: 4px 2px; width: auto;font-weight:bold;
td.z-listgroup-inner Padding and border padding-top: 2px; border-top: 2px solid #81BAF5;border-bottom: 1px solid #bcd2ef;
.z-listgroup-img Image icon width: 18px; min-height: 18px; height: 100%; background-image: url(${c:encodeURL('~./zul/img/toggle.gif')});

background-repeat: no-repeat; background-position: 0px 0px; vertical-align: top; cursor: pointer; border: 0;



Last Update : 2010/09/13

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