org.zkoss.zul.progressbox.position"

From Documentation
 
(5 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
'''Property:'''
 
'''Property:'''
 
  org.zkoss.zul.progressbox.position
 
  org.zkoss.zul.progressbox.position
 +
 +
{{GlobalLibraryProperty}}
  
 
  Default: left, top
 
  Default: left, top
[Since 5.0.1]
+
{{versionSince| 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 have being processed by the server. By default, it is displayed at the left, top corner.
+
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 <code>left,top</code>.
  
{|border="1" cellspacing="0" width="100%"
+
{|class='wikitable'
 
|+ Allowed Values
 
|+ Allowed Values
 
|-
 
|-
 
! Value
 
! Value
 
! Description
 
! Description
 +
|-
 +
| top
 +
| Align the progress box at the top edge of the browser window.
 
|-
 
|-
 
| bottom
 
| bottom
 
| Align the progress box at the bottom edge of the browser window.
 
| 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
 
| left
 
| Align the progress box at the left edge of the browser window.
 
| 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
 
| right
 
| Align the progress box at the right edge of the browser window.
 
| Align the progress box at the right edge of the browser window.
 
|-
 
|-
| top
+
| center
| Align the progress box at the top edge of the browser window.
+
| 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.
 +
|-
 +
| mouse
 +
| Align the progress box near by the mouse pointer. If specified, it ignores all other values.
 
|}
 
|}
  
 
  {{ZKConfigurationReferencePageFooter}}
 
  {{ZKConfigurationReferencePageFooter}}

Latest revision as of 08:50, 18 March 2024


org.zkoss.zul.progressbox.position


Property:

org.zkoss.zul.progressbox.position
Applicable:
Dndsmalltalk-check-icon.png globally in zk.xml via <library-property>
Dndsmalltalk-cross-icon.png not as <custom-attribute>
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.

Allowed Values
Value Description
top Align the progress box at the top edge of the browser window.
bottom Align the progress box at the bottom edge of the browser window.
left Align the progress box at the left edge of the browser window.
right Align the progress box at the right 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.
mouse Align the progress box near by the mouse pointer. If specified, it ignores all other values.



Last Update : 2024/03/18

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.