fooBar
Classes
Members
-
staticQuickHelp.TemplateMeasureTool
-
Template used to create the quickHelp for the measure tool
-
staticQuickHelp.TemplateSearch
-
Template used to create the quickHelp for Search
-
staticQuickHelp.TemplateTree
-
Template used to create the quickHelp for Tree Search
Events
-
RadioRequestQuickHelpIsSet
devtools/jsdoc/events.js, line 1544 -
Returns isSet value
Listeners of This Event:
Example
Radio.request("QuickHelp", "isSet");
-
RadioTriggerQuickHelpShowWindowHelp
devtools/jsdoc/events.js, line 1537 -
is triggered by QuickHelp
Name Type Description topic
String topic for quickHelp to show Listeners of This Event:
Example
Radio.trigger("QuickHelp", "showWindowHelp", topic);
-
render
devtools/jsdoc/events.js, line 1550 -
Triggered when the QuickHelp View has to render.
Listeners of This Event:
Example
this.trigger("render")