Methods |
Description |
add |
Adds a WFC control to the HTML control. |
addOnDocumentReady |
Assigns a delegate to the documentReady event. |
getDocument |
Retrieves the document associated with the HTML control. |
getURL |
Retrieves the address of the page currently displayed in the HTML control. |
onDocumentReady |
Triggers the documentReady event. |
remove |
Removes a control from the HTML control. |
removeOnDocumentReady |
Removes the delegate that is assigned to the documentReady event. |
setBoundElements |
Binds the elements of a specified array to their peers. |
setNewComponents |
Adds the specified components to the HTML control. |
setNewHTMLElements |
Adds the specified HTML elements to the HTML control. |
setURL |
Loads the document at the specified URL into the HTML control. |