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.

nsITypeAheadFind

IID:0749a445-19d3-4eb9-9d66-78eca8c6f604
Inherits From:nsISupports

This interface is implemented by the following components:


Constants

PRUint16 FIND_FOUND = 0
PRUint16 FIND_NOTFOUND = 1
PRUint16 FIND_WRAPPED = 2

Properties

PRBool caseSensitive

readonly nsIDOMWindow currentWindow

readonly nsIDOMElement foundEditable

readonly nsIDOMElement foundLink

readonly AString searchString


Methods

void collapseSelection ( ) PRUint16 find ( AString searchString , PRBool linksOnly ) PRUint16 findAgain ( PRBool findBackwards , PRBool linksOnly ) void init ( nsIDocShell docShell ) void setDocShell ( nsIDocShell docShell ) void setSelectionModeAndRepaint ( PRInt16 toggle )

void collapseSelection ( )


PRUint16 find ( AString searchString , PRBool linksOnly )

Arguments:
searchString
linksOnly

PRUint16 findAgain ( PRBool findBackwards , PRBool linksOnly )

Arguments:
findBackwards
linksOnly

void init ( nsIDocShell docShell )

Arguments:
docShell

void setDocShell ( nsIDocShell docShell )

Arguments:
docShell

void setSelectionModeAndRepaint ( PRInt16 toggle )

Arguments:
toggle

Reference documentation is generated from Mozilla's source.