Default"

From Documentation
Line 39: Line 39:
 
<br />
 
<br />
 
{{Template:ZK Style Guide CSS}}
 
{{Template:ZK Style Guide CSS}}
 +
|div.z-listbox-header tr.z-list-head
 +
 +
|Background image
  
 +
|background-image: url(${c:encodeURL('~./zul/img/grid/s_hd.gif')}); background-color: #C7E5F1;background-repeat: repeat-x;
 +
|-
 +
|div.z-listbox-header th.z-list-header
 +
 +
|Border and font size
 +
 +
|overflow: hidden; border: 1px solid; border-color: #DAE7F6 #9EB6CE #9EB6CE #DAE7F6; white-space: nowrap; padding: 2px; font-size: ${fontSizeM}; font-weight: normal;
 +
|-
 +
|div.z-listbox-header th.z-list-header-sort div.z-list-header-cnt
 +
 +
|Background of the content of the sort
 +
 +
|cursor: pointer; padding-right: 9px; background:transparent url(${c:encodeURL('~./zul/img/sort/v_hint.gif')}); background-position: 99% center; background-repeat: no-repeat;
 +
|-
 +
|div.z-listbox-header th.z-list-header-sort-asc div.z-list-header-cnt
 +
 +
|Background of the content of the ascendant sort
 +
 +
|cursor: pointer; padding-right: 9px; background:transparent url(${c:encodeURL('~./zul/img/sort/v_asc.gif')}); background-position: 99% center; background-repeat: no-repeat;
 +
|-
 +
|div.z-listbox-header th.z-list-header-sort-dsc div.z-list-header-cnt
 +
 +
|Background of the content of the descendant sort
 +
 +
|cursor: pointer; padding-right: 9px; background:transparent url(${c:encodeURL('~./zul/img/sort/v_dsc.gif')}); background-position: 99% center; background-repeat: no-repeat;
 +
|-
 +
|div.z-list-header-cnt
 +
 +
|Font size of the content
 +
 +
|border: 0; margin: 0; padding: 0; font-family: ${fontFamilyC}; font-size: ${fontSizeM}; font-weight: normal;
 +
|-
 +
|div.z-list-header-cnt
 +
 +
|Overflow
 +
 +
|overflow: hidden
 +
 +
|}
  
 
{{ZKStyleGuidePageFooter}}
 
{{ZKStyleGuidePageFooter}}

Revision as of 01:49, 9 September 2010


This is the Default mold for Default.

Source


The CSS source for from GitHub


Structure

Listbox1.jpg

Listheader1.jpg

Events


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

.z-list-header

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
div.z-listbox-header tr.z-list-head Background image background-image: url(${c:encodeURL('~./zul/img/grid/s_hd.gif')}); background-color: #C7E5F1;background-repeat: repeat-x;
div.z-listbox-header th.z-list-header Border and font size overflow: hidden; border: 1px solid; border-color: #DAE7F6 #9EB6CE #9EB6CE #DAE7F6; white-space: nowrap; padding: 2px; font-size: ${fontSizeM}; font-weight: normal;
div.z-listbox-header th.z-list-header-sort div.z-list-header-cnt Background of the content of the sort cursor: pointer; padding-right: 9px; background:transparent url(${c:encodeURL('~./zul/img/sort/v_hint.gif')}); background-position: 99% center; background-repeat: no-repeat;
div.z-listbox-header th.z-list-header-sort-asc div.z-list-header-cnt Background of the content of the ascendant sort cursor: pointer; padding-right: 9px; background:transparent url(${c:encodeURL('~./zul/img/sort/v_asc.gif')}); background-position: 99% center; background-repeat: no-repeat;
div.z-listbox-header th.z-list-header-sort-dsc div.z-list-header-cnt Background of the content of the descendant sort cursor: pointer; padding-right: 9px; background:transparent url(${c:encodeURL('~./zul/img/sort/v_dsc.gif')}); background-position: 99% center; background-repeat: no-repeat;
div.z-list-header-cnt Font size of the content border: 0; margin: 0; padding: 0; font-family: ${fontFamilyC}; font-size: ${fontSizeM}; font-weight: normal;
div.z-list-header-cnt Overflow overflow: hidden



Last Update : 2010/09/09

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