My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
ProgressBar  
Updated Nov 14, 2010 by roche....@gmail.com

How to use

See example here: http://wiquery-examples-1-1-x.appspot.com/?wicket:bookmarkablePage=:org.odlabs.wiquery.examples.progressbar.ProgressBarPage

XHTML

<div wicket:id="progressBar">
</div>

Java

ProgressBar  progressBar = new ProgressBar("progressBar");
progressBar.setValue(0);
add(progressBar);

Options

See http://docs.jquery.com/UI/Progressbar

TODO

Comment by rob.aude...@gmail.com, Jan 12, 2010

lala


Sign in to add a comment
Powered by Google Project Hosting