--
PedroRio - 16 Jan 2012
Dialog Progress
The dialog progress component allows the user to see the progress of a long running process
Declaration
<xvw:dialogProgress />
_
Properties
Property |
Values |
Description |
Possible Values |
Usage |
Example |
id |
String |
Component Id |
|
|
|
updateInterval |
EL / Integer |
The value in seconds for the update interval |
Any positive integer |
Optional |
|
title |
EL / String |
The dialog title |
Any string |
Optional |
"My title" |
progress |
Integer |
The current progress |
Positive integer |
Optional |
|
finished |
EL / Boolean |
Whether the progress is finished or not |
True / False |
N/A |
|
_