RasterDialog.setMinSize( width, height [, isOuterSize] )
Sets the minimun size the dialog can be resized to.
Parameters
Name |
Type |
|
Description |
width |
number |
|
Minimun width the dialog can be resized to. If this
value is null , no width constraint is set. |
height |
number |
|
Minimun 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. |