Implemented by
nsIWebBrowserFindInFrames Controls how find behaves when multiple frames or iframes are present. Get by doing a QueryInterface from nsIWebBrowserFind. @status FROZEN
[scriptable, uuid(e0f5d182-34bc-11d5-be5b-b760676c6ebc)]
interface nsIWebBrowserFindInFrames : nsISupports
Attributes
currentSearchFrame Frame at which to start the search. Once the search is done, this will be set to be the last frame searched, whether or not a result was found. Has to be equal to or contained within the rootSearchFrame.
attribute
nsIDOMWindow
currentSearchFrame
rootSearchFrame Frame within which to confine the search (normally the content area frame). Set this to only search a subtree of the frame hierarchy.
attribute
nsIDOMWindow
rootSearchFrame
searchParentFrames Whether to allow the search to propagate out of the currentSearchFrame into its parent frame(s). Search is always confined within the rootSearchFrame. Default is true. Setting nsIWebBrowserfind.searchFrames to true sets this to true.
attribute
boolean
searchParentFrames
searchSubframes Whether to recurse down into subframes while searching. Default is true. Setting nsIWebBrowserfind.searchFrames to true sets this to true.
attribute
boolean
searchSubframes
Compare to: