new QuickHelpView(attr){void}
modules/quickHelp/view.js, line 46
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
-
staticQuickHelpView.initTabView(){void}
modules/quickHelp/view.js, line 244 -
Initializes the tab-based view logic for the BORIS land value filter help section. Sets up click events for tab buttons that toggle the visibility of the corresponding content areas. Ensures only one tab and its content is active at a time.
-
printHelp(){void}
modules/quickHelp/view.js, line 236 -
Opens the print window
-
removeWindow(){void}
modules/quickHelp/view.js, line 133 -
Remove the window
-
render(){QuickHelp}
modules/quickHelp/view.js, line 85 -
Renders the data to DOM.
Returns:
this
-
rerender(){void}
modules/quickHelp/view.js, line 94 -
rerenders the window
-
showWindow(value, templateDefinition){void}
modules/quickHelp/view.js, line 143 -
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"