Default"

From Documentation
(Created page with "{{ZKStyleGuidePageHeader}} __TOC__ This is the '''default''' mold for '''Combobutton'''. =Source= =Structure= =Events= =CSS Specification= {{ZKStyleGuidePageFooter}}")
 
Line 6: Line 6:
  
 
=Source=
 
=Source=
 
+
{{CSSSource
 +
| url=zul/src/archive/web/js/zul/wgt/css/combobutton.css.dsp
 +
| control=Combobutton
 +
|}}
  
 
=Structure=
 
=Structure=
Line 13: Line 16:
 
=Events=
 
=Events=
  
 +
{{Template:Style Guide Event
 +
|.z-combobutton
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|V
 +
|
 +
|
 +
|
 +
|
 +
|
 +
}}
  
 
=CSS Specification=
 
=CSS Specification=
  
 +
{{Template:ZK Style Guide CSS}}
 +
|.z-combobutton
 +
|Font size and color
 +
|font-family: ${fontFamilyC} ; font-size: ${fontSizeM}; font-weight: normal;
 +
|}
  
 
{{ZKStyleGuidePageFooter}}
 
{{ZKStyleGuidePageFooter}}

Revision as of 08:49, 20 September 2011


This is the default mold for Combobutton.

Source

The CSS source for Combobutton from GitHub


Structure

Events

CSS\Action Normal (Open) Hover Click, Select, and Drag. Focus Focus and Hover Disable
Naming: .z-combobutton
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-combobutton Font size and color font-family: ${fontFamilyC} ; font-size: ${fontSizeM}; font-weight: normal;



Last Update : 2011/09/20

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