Default"

From Documentation
(Created page with "{{ZKStyleGuidePageHeader}} __TOC__ This is the '''default''' mold for '''Combobutton'''. =Source= =Structure= =Events= =CSS Specification= {{ZKStyleGuidePageFooter}}")
 
m
 
(3 intermediate revisions by 2 users not shown)
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
 +
|-over
 +
|-clk
 +
|-focus
 +
|
 +
|
 +
|V
 +
|V
 +
|Click
 +
|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}}

Latest revision as of 03:49, 21 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 -over -clk -focus
Supported: V V Click 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/21

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