Module: notice_board

Contains the functionalities related to the notice board page.
Author:
  • Joonas Konki
  • Anu Koskela
  • Mikko Kuhno
  • Henrik Paananen
  • Atte Räty
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: