Inline autocomplete: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
m (adding link)
mNo edit summary
Line 1: Line 1:
Inline autocomplete mimics behavior in Netscape Navigator 4.x as well as Internet Explorer (when IE's inline autocomplete is activated).  As you type, entries you have previously typed that closely match appear highlighted after your typed text.
Inline autocomplete mimics behavior in Netscape Navigator 4.x as well as Internet Explorer (when IE's inline autocomplete is activated).  As you type, entries you have previously typed that closely match appear highlighted after your typed text.


To enable inline autocomplete in Firefox, you will need to set <code>browser.urlbar.autoFill</code> to <code>true</code> in [[Firefox : FAQs : About:config Entries | about:config]].
To enable inline autocomplete, you will need to set <code>browser.urlbar.autoFill</code> to <code>true</code> in [[about:config]].


===See also===
===See also===
[[Disabling autocomplete (Firefox)]]
[[Disabling autocomplete (Firefox)]]

Revision as of 12:21, 7 April 2005

Inline autocomplete mimics behavior in Netscape Navigator 4.x as well as Internet Explorer (when IE's inline autocomplete is activated). As you type, entries you have previously typed that closely match appear highlighted after your typed text.

To enable inline autocomplete, you will need to set browser.urlbar.autoFill to true in about:config.

See also

Disabling autocomplete (Firefox)