You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.
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.searchFrames
toTRUE
sets this toTRUE
.Sets whether to allow the search to propagate out of the
currentSearchFrame
into its parent frame(s). Search is always confined within therootSearchFrame
. The default value isTRUE
. SettingnsIWebBrowserfind.searchFrames
toTRUE
sets this toTRUE
.
Written by:Ellen Evans | Comments, questions, complaints?
Bug 143387 |