RasterDialog.setMaxSize( width, height [, isOuterSize] )
Sets the maximun size the dialog can be resized to.
Parameters
Name |
Type |
|
Description |
width |
number |
|
Maximum width the dialog can be resized to. If this
value is null , no width constraint is set. |
height |
number |
|
Maximum height the dialog can be resized to. If this
value is null , no height constraint is set. |
isOuterSize |
boolean |
optional |
Specify how the given width and height are used.
False specifies the size of the content area (inner size).
True specifies the size the dialog outer border. When
this value is omitted a content area size is assumed. |
Returns
Type |
Description |
object |
The dialog object. This allow for chaining multiple setter methods in
one single statement. |