Default"

From Documentation
 
(3 intermediate revisions by 3 users not shown)
Line 6: Line 6:
  
 
=Source=
 
=Source=
<br />
 
 
{{CSSSource
 
{{CSSSource
|
+
| url=zul/src/archive/web/js/zul/wgt/css/progressmeter.css.dsp
 
| control=Progressmeter
 
| control=Progressmeter
| url=wgt/css/progressmeter.css.dsp
 
 
|}}
 
|}}
  
 
=Structure=
 
=Structure=
[[Image:Progressmeter1.jpg]]
+
[[Image:Progressmeterone.jpg]]
  
[[Image:Progressmeter2.jpg]]
+
[[Image:Progressmetertwo.jpg]]
  
 
=Events=
 
=Events=
<br />
 
 
{{Template:Style Guide Event
 
{{Template:Style Guide Event
 
|.z-progressmeter
 
|.z-progressmeter
Line 36: Line 33:
  
 
=CSS Specification=
 
=CSS Specification=
<br />
 
 
{{Template:ZK Style Guide CSS}}
 
{{Template:ZK Style Guide CSS}}
 
|div.z-progressmeter
 
|div.z-progressmeter

Latest revision as of 07:08, 20 September 2010


This is the Default mold for Progressmeter.

Source

The CSS source for Progressmeter from GitHub


Structure

Progressmeterone.jpg

Progressmetertwo.jpg

Events

CSS\Action Normal (Open) Hover Click, Select, and Drag. Focus Focus and Hover Disable
Naming: .z-progressmeter
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-progressmeter Background image background:#E0E8F3 url(${c:encodeURL('~./zk/img/prgmeter_bg.gif')}) repeat-x scroll 0 0 ;

border:1px solid #7FA9E4; text-align: left; height: 17px;

span.z-progressmeter-img Background image of front display:-moz-inline-box; display:inline-block;

background:#9CBFEE url(${c:encodeURL('~./zk/img/prgmeter.gif')}) repeat-x scroll left center; height: 17px; font-size:0;



Last Update : 2010/09/20

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