Methods
bindConfigUrlBox(handle)
- Description:
Bind the copy button in the configUrlBox
- Source:
Parameters:
Name | Type | Description |
---|---|---|
handle |
function | pass control to the Controller to save the link |
bindLoadConfig(handle)
- Description:
Bind the load config form, which is displayed by clicking on the 'import settings' in the menu
- Source:
Parameters:
Name | Type | Description |
---|---|---|
handle |
function | pass control to the Controller to parse the JSON file |
bindSaveConfig(handle)
- Description:
Handle the saving of the configuration as JSON file
- Source:
Parameters:
Name | Type | Description |
---|---|---|
handle |
function | pass control to the Controller to build the export JSON |
updateConfigUrl(url)
- Description:
Update the config url
- Source:
Parameters:
Name | Type | Description |
---|---|---|
url |
URL | the url to display |