Linux Mac OSX Windows

Implemented by


  
[scriptable, uuid(f5eddd39-f8e0-43b7-bc3d-03623f595e52)]
interface nsIAutoCompleteInput : nsISupports

Attributes


        
attribute boolean completeDefaultIndex

        
attribute boolean completeSelectedIndex

        
readonly attribute boolean consumeRollupEvent

        
readonly attribute nsIAutoCompleteController controller

        
attribute boolean disableAutoComplete

        
attribute boolean forceComplete

        
attribute unsigned long maxRows

        
attribute unsigned long minResultsForPopup

        
readonly attribute nsIAutoCompletePopup popup

        
attribute boolean popupOpen

        
readonly attribute unsigned long searchCount

        
attribute AString searchParam

        
readonly attribute long selectionEnd

        
readonly attribute long selectionStart

        
attribute boolean showCommentColumn

        
attribute boolean showImageColumn

        
attribute AString textValue

        
attribute unsigned long timeout

Methods


        
ACString getSearchAt(in unsigned long index)

        
void onSearchBegin()

        
void onSearchComplete()

        
boolean onTextEntered()

        
boolean onTextReverted()

        
void selectTextRange(in long startIndex, in long endIndex)