BBjAppServer::addStyleSheet
Description
In BBj 12.00 and higher, adds the contents of the file represented by styleSheetFileName, with the MIME type text/css, to the static resources in the BBjAppServer. This is equivalent to calling addStaticResource(styleSheetFileName, "text/css").
Syntax
Return Value |
Method |
---|---|
addStyleSheet(string styleSheetFileName) |
Parameters
Variable |
Description |
---|---|
styleSheetFileName |
The fully-qualified name of a text CSS file. |
Return Value
Returns a BBjResourceUrl corresponding to the contents of the file at the time this method was invoked.
Remarks
None.
Example
|
See Also
BBjAppServer::addStaticResource
BBjAppServer::removeStaticResource
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.