...
There are no parameters or return value.
ExampleExamples:
Code Block | ||||
---|---|---|---|---|
| ||||
Atrium.refreshNavPanel();
|
Code Block | ||||
---|---|---|---|---|
| ||||
setInterval(function(){ Atrium.api.refreshNavPanel(); }, (20 * 60 * 1000)); //Refresh the Navigation panel every 20 minutes |
Where do you store custom JavaScript for Atrium? In a script in your /www/<installation-name>/htdocs/profoundui/userdata/extension/atrium/ folder. For example, if your installation is named "profoundui", then you can define the function in /www/profoundui/htdocs/profoundui/userdata/extension/atrium/custom.js