Class MozileStyleResource
Object
|
+--MozileResource
|
+--MozileStyleResource
- class
MozileStyleResource
- extends MozileResource
Defined in core.js
Constructor Summary |
MozileStyleResource
(<String> id, <String> type, <String> media, <String> namespace)
Mozile Style Resource -
Subclass of MozileResource designed for style tags.
|
MozileStyleResource
MozileStyleResource(<String> id, <String> type, <String> media, <String> namespace)
Mozile Style Resource -
Subclass of MozileResource designed for style tags.
Parameters:
id
- The id for the resource, used as the id of the resources' element.
type
- Optional. The type for the resource, used for the type attribute. Default is "text/css".
media
- Optional. The value for the media attribute. Default is none.
namespace
- Optional. The namespace for the resource's element. Defaults to the global XHTMLNS.
createElement
Element createElement()
Creates a new element for the resource and returns it.
getMedia
String getMedia()
getStylesheet
CSSStyleSheet getStylesheet()
Documentation generated by
JSDoc on Tue Apr 18 14:14:33 2006