/ui/elements/helpDialog
The helpDialog module creates the help dialogs displayed during certain map interactions.
- Source
Methods
(inner) helpDialog A dialog that describes how certain map controls work. Any existing helpDialog will be removed first. The method will shortcircuit with the params argument being undefined. The method will also shortciurcuit if the mapp.user object has the hideHelp flag.(params)
Parameters:
PropertiesName | Type | Description |
---|---|---|
params | Object | Config paramaters for the dialog. |
Name | Type | Description |
---|---|---|
params.header | String | | The header displayed on the dialog. |
params.content | String | | The content of the dialog. |