KJS::HTMLSelectCollection Class Reference
Inheritance diagram for KJS::HTMLSelectCollection:

Detailed Description
Definition at line 195 of file kjs_html.h.
Public Types | |
enum | { Add } |
Public Member Functions | |
HTMLSelectCollection (ExecState *exec, const DOM::HTMLCollection &c, const DOM::HTMLSelectElement &e) | |
virtual Value | tryGet (ExecState *exec, const Identifier &propertyName) const |
virtual void | tryPut (ExecState *exec, const Identifier &propertyName, const Value &value, int attr=None) |
virtual const ClassInfo * | classInfo () const |
DOM::HTMLSelectElement | toElement () const |
Static Public Attributes | |
static const ClassInfo | info = { "HTMLOptionsCollection", &HTMLCollection::info, 0, 0 } |
The documentation for this class was generated from the following files: