BBjAppServer::getOmitBasisCss
Description
In BBj 17.0 and higher, this method returns a boolean indicating whether BUI apps should be run without the default BASIS CSS. The default value is false.
Syntax
Return Value |
Method |
---|---|
boolean |
getOmitBasisCss() |
Parameters
None.
Return Value
Returns a boolean indicating whether BUI apps should be run without the default BASIS CSS.
Remarks
By default, BUI apps are deployed with a complex CSS file defining detailed rules for each BBjControl. When this mode is set, that default CSS file is omitted, and the developer is responsible for providing all necessary CSS rules.
Example
|