dojox.help.locate
dojo.require("dojox.help._base");
defined in dojox/help/_base.js
Search for locally available data; variable names and any cached documentation results for matches containing our search parameter
Usage
parameter | type | description |
---|---|---|
searchFor | String | The string to search for. |
searchIn | String|Object | The namespaces to search in. Defaults to dojox.help._namespaces |
maxResults | Number | The maximum number of results. |