Class AboutDialog extends NonModalBaseDialog

This class is the 'About' dialog

Source : file dialogs/aboutDialog/AboutDialog.js at line 37

Constructor

new AboutDialog ( )

The constructor

Source : file dialogs/aboutDialog/AboutDialog.js at line 50

Public getters and setters

readonly get contentHTMLElements : Array of HTMLElement

Get an array with the HTMLElements that have to be added in the content of the dialog.

Source : file dialogs/aboutDialog/AboutDialog.js at line 93

readonly get title : String

Return the dialog title. Overload of the BaseDialog.title property

Source : file dialogs/aboutDialog/AboutDialog.js at line 100

Public methods

createContentHTML ( )

Create all the controls needed for the dialog. Overload of the base class createContentHTML

Source : file dialogs/aboutDialog/AboutDialog.js at line 59

show ( )

Overload of the base class show

Source : file dialogs/aboutDialog/AboutDialog.js at line 83

Private properties

#aboutHTMLElement : HTMLElement

The main

Source : file dialogs/aboutDialog/AboutDialog.js at line 44