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 245 -
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 237 -
Opens the print window
-
removeWindow(){void}
modules/quickHelp/view.js, line 134 -
Remove the window
-
render(){QuickHelp}
modules/quickHelp/view.js, line 86 -
Renders the data to DOM.
Returns:
this
-
rerender(){void}
modules/quickHelp/view.js, line 95 -
rerenders the window
-
showWindow(value, templateDefinition){void}
modules/quickHelp/view.js, line 144 -
showWindow
Name Type Description valueString Type of window (search | tree | measure) templateDefinitionString The name of the HTML template to render, only needed for "footerAttribution"