| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
MovieClip | +--xp.controls.CountDownTimer
Field Summary | |
| public | autoStart: Boolean |
| should timer auto start when loaded/reset | |
| public | autoStop: Boolean |
| should timer auto stop when expire date/tiem is reached | |
| public | digitGroupSpacing: Number |
| spacing between groups of digits | |
| public | digitSpacing: Number |
| spacing between digits | |
| public | direction: String |
| direction to count in up or down | |
| public | displayFormat: String |
| direction to count in up or down | |
| public | expireDate: String |
| end date in yyyy-mm-dd format | |
| public | expiredHandler: Function |
| the expired event handler | |
| public | expireTime: String |
| end time in hh-mi-ss format | |
| public | startDate: String |
| start date in yyyy-mm-dd format | |
| public | startedHandler: Function |
| the started event handler | |
| public | startTime: String |
| start time in hh-mi-ss format | |
| public | tz: Number |
| timezone offset | |
Property Summary | |
| public | expired: Boolean (read-only) |
| has the end time been reached | |
| public | started: Boolean (read-only) |
| has the end time been reached | |
Constructor | |
| public | CountDownTimer ( ) |
| Constructor-Do not call directly | |
Method Summary | |
| public | countdown ( ) |
| Updates the display one time to reflect its current state | |
| public | reset ( ) |
| reset the timer | |
| public | start ( ) |
| Starts updating the display | |
| public | stop ( ) |
| Stops updating the display | |
| public var autoStart: Boolean |
| should timer auto start when loaded/reset |
| public var autoStop: Boolean |
| should timer auto stop when expire date/tiem is reached |
| public var digitGroupSpacing: Number |
| spacing between groups of digits |
| public var digitSpacing: Number |
| spacing between digits |
| public var direction: String |
| direction to count in up or down |
| public var displayFormat: String |
| direction to count in up or down |
| public var expireDate: String |
| end date in yyyy-mm-dd format |
| public var expiredHandler: Function |
| the expired event handler |
| public var expireTime: String |
| end time in hh-mi-ss format |
| public var startDate: String |
| start date in yyyy-mm-dd format |
| public var startedHandler: Function |
| the started event handler |
| public var startTime: String |
| start time in hh-mi-ss format |
| public var tz: Number |
| timezone offset |
|
| has the end time been reached |
|
| has the end time been reached |
|
| Constructor-Do not call directly Either place the control on stage of use attachMovie |
|
| Updates the display one time to reflect its current state Usually called back by the timer |
|
| reset the timer |
|
| Starts updating the display |
|
| Stops updating the display |
This control directly extends MovieClip and does not feature any of the methods, properties or events of the XPFramework