RasterDialog.setAutoCenter( isAutoCenter )
Indicates if the dialog should be centered automatically when the browser window has been resized.Parameters
Name | Type | Description | |
---|---|---|---|
isAutoCenter | boolean |
True indicates the dialog should be re-centered
after the browser window has been resized. False turn off
automatic re-centering (default). |
Returns
Type | Description |
---|---|
object | The dialog object. This allow for chaining multiple setter methods in one single statement. |