Attribute |
Mand. |
Description |
Default |
id |
yes |
Identifier of the dialog window |
|
template |
no |
DIALOG.template |
|
label |
no |
Title of the dialog window |
|
controller |
no |
Reference of the controller that manages this dialog window (i.e. handles user demands and refresh content). |
|
parentId |
no |
Internal identifier of the application of the parent window of the current dialog window. The parent window can be a main window or another dialog window. |
|
width |
no |
Initial width of the dialog window. |
-1 |
height |
no |
Initial height of the dialog window. |
-1 |
resizable |
no |
Indicates whether the dialog window can be resized or not. |
false |
minWidth |
no |
Minimum width of the dialog window. |
-1 |
minHeight |
no |
Minimum height of the dialog window. |
-1 |
x |
no |
Initial position in abscissa of the dialog window. |
0 |
y |
no |
Initial position in ordinate of the dialog window. |
0 |
modal |
no |
Indicates whether the dialog window is modal or not. |
false |
decorated |
no |
Indicates whether the dialog window is decorated or not. |
true |
target |
no |
Identifier of the display zone for the dialog window. |
|