HTMLStyleElement Class Reference
from PyKDE4.khtml import *
Inherits: DOM.HTMLElement
Namespace: DOM
Detailed Description
Style information. A more detailed style sheet object model is
planned to be defined in a separate document. See the <a
href="http://www.w3.org/TR/REC-html40/present/styles.html#edef-STYLE">
STYLE element definition in HTML 4.0.
Method Documentation
__init__ |
( |
self, |
|
|
|
HTMLStyleElementImpl |
impl |
|
) |
|
|
|
Enables/disables the style sheet.
Designed for use with one or more target media. See the <a
href="http://www.w3.org/TR/REC-html40/present/styles.html#adef-media">
media attribute definition in HTML 4.0.
setDisabled |
( |
self, |
|
|
|
bool |
a0 |
|
) |
|
|
|
Introduced in DOM Level 2
This method is from the LinkStyle interface
The style sheet.
The style sheet language (Internet media type). See the <a
href="http://www.w3.org/TR/REC-html40/present/styles.html#adef-type-STYLE">
type attribute definition in HTML 4.0.