Contains the functionalities related to the notice board page.
- Copyright:
- 2015 Kepler project authors
- License:
- BSD 3-clause, see LICENSE for more details.
- Source:
Methods
(static) doc_ready()
This is executed after the HTML page has been loaded.
This is a common procedure of all of the client-side modules to
initialise the page content.
- Source:
(static) initNoticeBoard(notes)
Initialises the notice board content with the given notices.
Parameters:
Name | Type | Description |
---|---|---|
notes |
object | The notes to be displayed on the notice board. |
- Source:
(static) reloadNoticeBoard()
Updates the notice board view.
- Source: