new QuickHelpView(attr){void}
modules/quickHelp/view.js, line 45
Initialises the QuickHelp
Name | Type | Description |
---|---|---|
attr |
boolean | object | Configuration |
- Deprecated
- Boolean-Examines if true. Deprecated in Version 3.0 due to dedicated path pass
Listens to Events:
Extends
Methods
-
printHelp(){void}
modules/quickHelp/view.js, line 224 -
Opens the print window
-
removeWindow(){void}
modules/quickHelp/view.js, line 127 -
Remove the window
-
render(){QuickHelp}
modules/quickHelp/view.js, line 83 -
Renders the data to DOM.
Returns:
this
-
rerender(){void}
modules/quickHelp/view.js, line 92 -
rerenders the window
-
showWindow(value, templateDefinition){void}
modules/quickHelp/view.js, line 137 -
showWindow
Name Type Description value
String Type of window (search | tree | measure) templateDefinition
String The name of the HTML template to render, only needed for "footerAttribution"