KHtml
33 #include <dom/html_element.h>
34 #include <dom/html_misc.h>
39 class HTMLButtonElementImpl;
40 class HTMLFormElement;
95 bool disabled()
const;
100 void setDisabled(
bool);
123 long tabIndex()
const;
128 void setTabIndex(
long);
166 class HTMLFieldSetElementImpl;
197 class HTMLFormElementImpl;
270 void setAcceptCharset(
const DOMString &);
342 class HTMLInputElementImpl;
388 bool defaultChecked()
const;
393 void setDefaultChecked(
bool);
464 bool checked()
const;
469 void setChecked(
bool);
474 bool indeterminate()
const;
479 void setIndeterminate(
bool);
487 bool disabled()
const;
492 void setDisabled(
bool);
501 long maxLength()
const;
506 void setMaxLength(
long);
529 bool readOnly()
const;
535 void setReadOnly(
bool);
540 #ifndef KHTML_NO_DEPRECATED
547 #ifndef KHTML_NO_DEPRECATED
548 KHTML_DEPRECATED
void setSize(
const DOMString &);
558 long getSize()
const;
587 long tabIndex()
const;
592 void setTabIndex(
long);
668 long selectionStart();
675 void setSelectionStart(
long offset);
691 void setSelectionEnd(
long offset);
698 void setSelectionRange(
long start,
long end);
704 class HTMLLabelElementImpl;
760 class HTMLLegendElementImpl;
820 class HTMLOptGroupElementImpl;
851 bool disabled()
const;
856 void setDisabled(
bool);
874 class HTMLSelectElementImpl;
913 long selectedIndex()
const;
918 void setSelectedIndex(
long);
953 bool disabled()
const;
958 void setDisabled(
bool);
967 bool multiple()
const;
972 void setMultiple(
bool);
1008 long tabIndex()
const;
1013 void setTabIndex(
long);
1035 void remove(
long index);
1052 class HTMLTextAreaElementImpl;
1087 void setDefaultValue(
const DOMString &);
1125 bool disabled()
const;
1130 void setDisabled(
bool);
1152 bool readOnly()
const;
1157 void setReadOnly(
bool);
1179 long tabIndex()
const;
1184 void setTabIndex(
long);
1225 long selectionStart();
1231 void setSelectionStart(
long offset);
1238 long selectionEnd();
1244 void setSelectionEnd(
long offset);
1250 void setSelectionRange(
long start,
long end);
1261 class HTMLOptionElementImpl;
1294 bool defaultSelected()
const;
1299 void setDefaultSelected(
bool);
1320 void setIndex(
long);
1328 bool disabled()
const;
1333 void setDisabled(
bool);
1354 bool selected()
const;
1359 void setSelected(
bool);
1377 class HTMLIsIndexElementImpl;
All HTML element interfaces derive from this class.
Q_SCRIPTABLE Q_NOREPLY void start()
Organizes form controls into logical groups.
This library provides a full-featured HTML parser and widget.
An HTMLCollection is a list of nodes.
Provides a caption for a FIELDSET grouping.
Group options together in logical subdivisions.
This class implements the basic string we use in the DOM.
The select element allows the selection of an option.
This element is used for single-line text input.
The Node interface is the primary datatype for the entire Document Object Model.
void setTarget(const SkyPoint &targetCoord)
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Nov 28 2023 03:56:01 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.