Searchbar Autosizer Firefox Add-on Wiki
Brought to you by:
youarefunny
All preferences are under extensions.autosizer.*
This is the minimum width the searchbar will be. This is usually effective when the searchbar is empty. The searchbar will always be at least the size of the search engine name.
Values:
-1
: The searchbar will fit the search engine title.>= 0
: The minimum width in pixels.The maximum width the searchbar will expand to.
Values:
> 0
: The maximum size of the searchbar in pixels.0
: Maximum size is all the space available. The searchbar will expand to the largest size it can be without pushing anything off the screen.-1
: Maximum size is the maximum visible width. The searchbar will expand to the largest size it can be while staying completely visible.The size of the auto-complete popup.
Values:
> 0
: The size in pixels0
: Don't set it, let it be what it would be by default-1
: The popup will be the sive of the window.<= -100
: The popup will be the size of the searchbar plus the amount this value is less than -100 by. (width = widthOfSearchBar + (-100) - popupwidth
)How to size the search bar.
Values:
"key" (or anything unreconized)
: Resize the searchbar on every keystroke."atonce"
: Resize the searchbar to maxsize
on the first keypress."none"
: Don't resize the searchbar.If true
log everything that we do to the console.
If true
the searchbar will be cleared when a search is submited.
If true
the default engine (the top one) will be activated when a search is submited.
If true
the searchbar will shrink to a button when a search is submited.