sakai
Tag timerBar


Display a moving bar that keeps track of elapsed time.


Tag Information
Tag Classorg.sakaiproject.jsf.tag.TimerBarTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
heighttruefalsejava.lang.String Timer bar height.
widthtruefalsejava.lang.String Timer bar width.
waittruefalsejava.lang.String Total number of seconds duration for timer bar. This is the total time that it will take if elapsed is zero.
elapsedtruefalsejava.lang.String Total number of tenths of a second elapsed. Countdown will begin with wait time diminished by elapsed times 10, progress will show appropriate percentage remaining.
elapsedColorfalsefalsejava.lang.String Color indicating elapsed time on bar. Valid values are supported HTML color names or RGB values. Default: "gray".
remainingColorfalsefalsejava.lang.String Color indicating remaining time on bar. Valid values are supported HTML color names or RGB values. Default: "green".
expireScripttruefalsejava.lang.String JavaScript expriration handling code.
expireMessagetruefalsejava.lang.String JavaScript popup message.
expireHandlingfalsefalsejava.lang.String Enable JavaScript expiration handlers. If false, disables expireMessage and expireScript;
renderedfalsefalsejava.lang.String Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.