Default"

From Documentation
Line 12: Line 12:
  
 
=Structure=
 
=Structure=
[[Image:Comboitem1.png]]
+
[[Image:Comboitemone.png]]
  
[[Image:Comboitem2.png]]
+
[[Image:Comboitemtwo.png]]
  
 
=Events=
 
=Events=

Revision as of 06:44, 20 September 2010


This is the Default mold for Comboitem.

Source

The CSS source for Combobox from GitHub


Structure

Comboitemone.png

Comboitemtwo.png

Events

CSS\Action Normal (Open) Hover Click, Select, and Drag. Focus Focus and Hover Disable
Naming: .z-comboitem -over -seld -over-seld -disd
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-comboitem.z-combobox-pp .z-comboitem,

.z-combobox-pp .z-comboitem a,

.z-combobox-pp .z-comboitem a:visited

Font size


font-size: ${fontSizeM}; font-weight: normal; color: black;

text-decoration: none;

.z-combobox-pp .z-comboitem-text, .z-combobox-pp .z-comboitem-img


Font size


white-space: nowrap; font-size: ${fontSizeS}; cursor: pointer;
.z-combobox-pp .z-comboitem-inner, .z-combobox-pp .z-comboitem-cnt


Color and font size of Comboitem's description and content


color: #888; font-size: ${fontSizeXS}; padding-left: 6px;



Last Update : 2010/09/20

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