Default"

From Documentation
Line 38: Line 38:
 
<br />
 
<br />
 
{{Template:ZK Style Guide CSS}}
 
{{Template:ZK Style Guide CSS}}
 +
|.z-list-group-foot
 +
 +
|Background image
 +
 +
|background: #E9F2FB url(${c:encodeURL('~./zul/img/grid/groupfoot_bg.gif')}) repeat-x 0 0;
 +
|-
 +
|td.z-list-group-foot-inner div.z-list-cell-cnt
  
 +
|Color and font size
 +
 +
|color: #2C559C; font: normal ${fontSizeM} ${fontFamilyT};font-weight:bold;
 +
|}
  
 
{{ZKStyleGuidePageFooter}}
 
{{ZKStyleGuidePageFooter}}

Revision as of 01:44, 9 September 2010


This is the Default mold for Listgroupfoot.

Source


The CSS source for from GitHub


Structure

Listbox1.jpg

Listgroupfoot1.jpg


Events


CSS\Action Normal (Open) Hover Click, Select, and Drag. Focus Focus and Hover Disable
Naming: .z-list-group-foot
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-list-group-foot Background image background: #E9F2FB url(${c:encodeURL('~./zul/img/grid/groupfoot_bg.gif')}) repeat-x 0 0;
td.z-list-group-foot-inner div.z-list-cell-cnt Color and font size color: #2C559C; font: normal ${fontSizeM} ${fontFamilyT};font-weight:bold;



Last Update : 2010/09/09

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