RasterTabbar.showBackground( isVisible )
Shows/hides the tabbar's background.Parameters
Name | Type | Description | |
---|---|---|---|
isVisible | boolean |
true shows the assigned css background (default);
false makes the tabbar's background transparent. |
Returns
Type | Description |
---|---|
object | The tabbar object. This allow for chaining multiple setter methods in one single statement. |