RasterDialog.showBackground( isVisible )
Shows/hides the dialog's content area default background and border. This
method does not makes the dialog transparent, it only makes the content
area's background and border rectangle transparent/opaque.
Parameters
| Name |
Type |
|
Description |
| isVisible |
boolean |
|
true shows the assigned css background (default);
false makes the dialog's content area background transparent. |
Returns
| Type |
Description |
| object |
The dialog object. This allow for chaining multiple setter methods in
one single statement. |