Methods |
Description |
addOnDocumentReady |
Assigns a delegate to the documentReady event. |
addOnGotFocus |
Assigns a delegate to the gotFocus event. |
addOnLostFocus |
Assigns a delegate to the lostFocus event. |
addOnResize |
Assigns a delegate to the resize event. |
getFrameDocument |
Retrieves the current document in the frame. |
getScroll |
Retrieves the current scrolling mode. |
getURL |
Retrieves the Uniform Resource Locator (URL) that defines the location of the contents of this frame. |
removeOnDocumentReady |
Removes the delegate that is assigned to the documentReady event. |
removeOnGotFocus |
Removes the delegate that is assigned to the gotFocus event. |
removeOnLostFocus |
Removes the delegate that is assigned to the lostFocus event. |
removeOnResize |
Removes the delegate that is assigned to the resize event. |
setScroll |
Sets the current scroll mode. |
setURL |
Sets the URL that defines the location of the contents of this frame. |