HTMLParamElement Class Reference
from PyKDE4.khtml import *
Inherits: DOM.HTMLElement → DOM.Element → DOM.Node
Namespace: DOM
Detailed Description
Parameters fed to the OBJECT element. See the <a
href="http://www.w3.org/TR/REC-html40/struct/objects.html#edef-PARAM">
PARAM element definition in HTML 4.0.
Method Documentation
__init__ |
( |
self, |
|
|
|
HTMLParamElementImpl |
impl |
|
) |
|
|
|
The name of a run-time parameter. See the <a
href="http://www.w3.org/TR/REC-html40/struct/objects.html#adef-name-PARAM">
name attribute definition in HTML 4.0.
Content type for the value attribute when
valuetype has the value "ref". See the <a
href="http://www.w3.org/TR/REC-html40/struct/objects.html#adef-type-PARAM">
type attribute definition in HTML 4.0.
The value of a run-time parameter. See the <a
href="http://www.w3.org/TR/REC-html40/struct/objects.html#adef-value-PARAM">
value attribute definition in HTML 4.0.
Information about the meaning of the value
attribute value. See the <a
href="http://www.w3.org/TR/REC-html40/struct/objects.html#adef-valuetype">
valuetype attribute definition in HTML 4.0.