HTMLLabelElement Class Reference
from PyKDE4.khtml import *
Inherits: DOM.HTMLElement
Namespace: DOM
Detailed Description
Form field label text. See the <a
href="http://www.w3.org/TR/REC-html40/interact/forms.html#edef-LABEL">
LABEL element definition in HTML 4.0.
Method Documentation
__init__ |
( |
self, |
|
|
|
HTMLLabelElementImpl |
impl |
|
) |
|
|
|
A single character access key to give access to the form
control. See the <a
href="http://www.w3.org/TR/REC-html40/interact/forms.html#adef-accesskey">
accesskey attribute definition in HTML 4.0.
This attribute links this label with another form control by
id attribute. See the <a
href="http://www.w3.org/TR/REC-html40/interact/forms.html#adef-for">
for attribute definition in HTML 4.0.