Inline autocomplete: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(Value needs to be created)
m (style)
Line 3: Line 3:
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.


'''a.''' Type <code>about:config</code> in the location bar
To enable it, do the following:
 
# Type [[about:config]] in the Location Bar
'''b.''' Right-click on the page and create a new boolean value
# Right-click on the page and create a new boolean value
 
# Type <code>browser.urlbar.autoFill</code>
'''c.''' Type <code>browser.urlbar.autoFill</code>
# Set the value to <code>true</code>
 
'''d.''' Set the value to <code>true</code>




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

Revision as of 11:11, 8 April 2005

This article applies to Firefox and Mozilla Suite

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 it, do the following:

  1. Type about:config in the Location Bar
  2. Right-click on the page and create a new boolean value
  3. Type browser.urlbar.autoFill
  4. Set the value to true


See also

Disabling autocomplete (Firefox)