Class TravelNotesDialog extends DockableBaseDialog

This class is the TravelNotesDialog

Source : file dialogs/travelNotesDialog/TravelNotesDialog.js at line 39

Constructor

new TravelNotesDialog ( )

The constructor

Source : file dialogs/travelNotesDialog/TravelNotesDialog.js at line 52

Public getters and setters

readonly get contentHTMLElements : Array of HTMLElement

An array with the HTMLElements that have to be added in the content of the dialog. Overload of the BaseDialog contentHTMLElements property.

Source : file dialogs/travelNotesDialog/TravelNotesDialog.js at line 74

readonly get title : String

The dialog title. Overload of the BaseDialog.title property

Source : file dialogs/travelNotesDialog/TravelNotesDialog.js at line 83

Public methods

createContentHTML ( )

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

Source : file dialogs/travelNotesDialog/TravelNotesDialog.js at line 61

updateContent ( )

Update the content of the dialog

Source : file dialogs/travelNotesDialog/TravelNotesDialog.js at line 89

Private properties

#travelNotesControl : SortableListControl

The notes control

Source : file dialogs/travelNotesDialog/TravelNotesDialog.js at line 46