Namespacedojox.help

Adds the help function to all variables.

Jump to PropertiesJump to FunctionsConstructorsBack to top

Jump to PropertiesJump to ConstructorsFunctionsBack to top

Functiondojox.help.init(namespaces, noConflict)
Should be called by one of the implementations. Runs startup code
Functiondojox.help.locate(searchFor: String, searchIn: String|Object, maxResults: Number)
Search for dojo functionality that has something to do with the given string.
Use this function when you want to resolve the problems created by including a dojox.help package.
Functiondojox.help.refresh(namespace: String?, recursive: Boolean?)
Useful if you reset some values, and want to restore their help function
Stub function to be overridden in one of the dojox.help packages
Stub function to be overridden in one of the dojox.help packages
Functiondojox.help._recurse(namespace: String?, recursive: Boolean?)
Functiondojox.help.__recurse(namespace, root, name, items, recursive)

Jump to FunctionsJump to ConstructorsPropertiesBack to top