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 )
Destroy the frame loader and everything inside it. This will clear the weak owner content reference.
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.
