complete text in the textbox as the user selects from the dropdown options if set to true
Readonly
consumeThis popup should consume or dispatch the rollup event. TRUE: should consume; FALSE: should dispatch.
Readonly
controllerThe controller.
Option to disable autocomplete functionality
Option for completing to the default result whenever the user hits enter or the textbox loses focus
Readonly
inIndicates whether this input is in a "private browsing" context. nsIAutoCompleteSearches for these inputs should not persist any data to disk (such as a history database).
Readonly
invalidateSince search content is updated, we shouldn't use previous search result.
The maximum number of rows to show in the autocomplete popup.
Option to open the popup only after a certain number of results are available
Readonly
noDon't rollup the popup when the caret is moved.
Readonly
noDon't rollup the popup when the search string becomes "".
Readonly
popupReadonly
popupThe result view that will be used to display results
Indicates if the popup is currently open
Readonly
searchThe number of autocomplete session to search
An extra parameter to configure searches with.
Readonly
selectionReport the ending index of the cursor in the textbox
Readonly
selectionReport the starting index of the cursor in the textbox
The value of text in the autocomplete textbox.
Number of milliseconds after a keystroke before a search begins
Readonly
userThe userContextId of the current browser.
Optional
aInstancePtr: objectA run time mechanism for interface discovery.
NS_OK if the interface is supported by the associated instance, NS_NOINTERFACE if it is not.
aInstancePtr must not be null.
[in] A requested interface IID
[out] A pointer to an interface pointer to receive the result.
Notification that the user selected and entered a result item
True if the user wishes to prevent the enter
The event that triggered the enter.
A boolean value that indicates whether an item was selected from the autocomplete popup.
Generated using TypeDoc
If a search result has its defaultIndex set, this will optionally try to complete the text in the textbox to the entire text of the result at the default index as the user types