
nsIWebBrowserFindInFrames
This interface controls how Find behaves when multiple frames or iframes are present. The embedder can get one by QI from
nsIWebBrowserFind. This interface is scriptable.Sets the frame at which to start the search. Once the search is done, this will be set to the last frame searched, whether or not a result was found. Has to be equal to or contained within the
rootSearchFrame.Sets the frame within which to confine the search (normally the content area frame). This can be used to limit the search to a subtree of the frame hierarchy.
Sets whether to recurse down into subframes while searching. The default value is
TRUE. SettingnsIWebBrowserfind.searchFramestoTRUEsets this toTRUE.Sets whether to allow the search to propagate out of the
currentSearchFrameinto its parent frame(s). Search is always confined within therootSearchFrame. The default value isTRUE. SettingnsIWebBrowserfind.searchFramestoTRUEsets this toTRUE.
| Written by:Ellen Evans | Comments, questions, complaints?
Bug 143387 |