Package | Description |
---|---|
com.gargoylesoftware.htmlunit.javascript.host |
Implementations of the various javascript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
Modifier and Type | Method and Description |
---|---|
protected void |
HTMLSelectElement.add_IE(Option newOptionObject,
Object index)
Add a new item to the list (optionally) at the specified index in IE way
|
protected void |
HTMLSelectElement.add(Option newOptionObject,
Object beforeOptionObject)
Add a new item to the list (optionally) before the specified item in Mozilla way
|
protected void |
HTMLSelectElement.addBefore(Option newOptionObject,
HtmlOption beforeOption)
Adds the option (and create the associated dom node if needed) before the specified one
or at the end if the specified one in null
|
void |
HTMLSelectElement.jsxFunction_add(Option newOptionObject,
Object arg2)
Add a new item to the list (optionally) before the specified item
|
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.