org.zkoss.zul.progressbox.position"
From Documentation
Line 6: | Line 6: | ||
[Since 5.0.1] | [Since 5.0.1] | ||
− | It specifies how to display the progress box at the client. The progress box is a message used to indicate the AU requests | + | It specifies how to display the progress box at the client. The progress box is a message used to indicate the AU requests being processed by the server. By default, it is displayed at the left, top corner. |
Here is a list of allowed values. If you want to specify two of them, separate them with a comma, such as <tt>left,top</tt>. | Here is a list of allowed values. If you want to specify two of them, separate them with a comma, such as <tt>left,top</tt>. |
Revision as of 01:16, 8 August 2011
Property:
org.zkoss.zul.progressbox.position
Default: left, top [Since 5.0.1]
It specifies how to display the progress box at the client. The progress box is a message used to indicate the AU requests being processed by the server. By default, it is displayed at the left, top corner.
Here is a list of allowed values. If you want to specify two of them, separate them with a comma, such as left,top.
Value | Description |
---|---|
bottom | Align the progress box at the bottom edge of the browser window. |
center | Align the progress box at the center of the browser window. If it is used with left and top, it means the center in the vertical orientation. |
left | Align the progress box at the left edge of the browser window. |
mouse | Align the progress box near by the mouse pointer. If specified, it ignores all other values. |
right | Align the progress box at the right edge of the browser window. |
top | Align the progress box at the top edge of the browser window. |