BBjWebManager::injectStyle
Description
In BBj 22.03 and higher, this method injects the specified CSS into the web page.
Note:
In BBj 22.03 and higher, BBjWebManager is an alias for BBjBuiManager.
Syntax
Return Value | Method |
---|---|
void |
injectStyle(String style) |
void | injectStyle(String style, boolean top) |
void | injectStyle(String style, boolean top, String attributes) |
void |
injectStyle(String style, boolean top, HashMap attributes) |
Parameters
Parameter | Description |
---|---|
style | CSS to be injected into this web page. |
top | A boolean value specifying whether this CSS is to be injected into the top level window of the page. |
attributes | A set of attributes to be added to the style element. Attributes can be specified either as a string in the format "attr=value,attr=value" or as a HashMap containing key/value pairs. |
Return Value
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.