
The SearchType object represents a search type defined for a search provider. The object has the following properties:
|
Property |
Description |
|
getTemplate |
The template of the navigation URL to the search engine. For example: http://search.yahoo.com/search?p={searchTerms} |
|
getTitle |
The title of the search type |
|
getWinFeatures |
A string of attributes of the window in which the search results open. For example: "resizable=yes, scrollbars=yes, status=yes, menubar=yes, location=yes, toolbar=yes" |
|
getWinMode |
The navigation mode in which the search results are displayed. For the possible values, see Node Launch Mode . |
|
getCategories[] |
An array of Category objects defined for the search type |