WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIFrameLoader

IID:d675c531-6bdc-417c-b176-635060105f07
Inherits From:nsISupports

Properties

readonly PRBool depthTooGreat

Find out whether the loader's frame is at too great a depth in the frame tree. This can be used to decide what operations may or may not be allowed on the loader's docshell.

readonly nsIDocShell docShell

Get the docshell from the frame loader.


Methods

void destroy ( ) void loadFrame ( ) void loadURI ( nsIURI URI )

void destroy ( )

Destroy the frame loader and everything inside it. This will clear the weak owner content reference.


void loadFrame ( )

Start loading the frame. This method figures out what to load from the owner content in the frame loader.


void loadURI ( nsIURI URI )

Loads the specified URI in this frame. Behaves identically to loadFrame, except that this method allows specifying the URI to load.

Arguments:
URI

References

This interface is the type of the following properties:

nsIFrameLoaderOwner.frameLoader

Reference documentation is generated from Mozilla's source.

Copyright © 1999-2006 XULPlanet.com