Class NoteDialogPreviewControl

This class is the notePreview control of the NotDialog

Source : file dialogs/notesDialog/controls/NoteDialogPreviewControl.js at line 35

Constructor

new NoteDialogPreviewControl ( previewNote )

The constructor

Source : file dialogs/notesDialog/controls/NoteDialogPreviewControl.js at line 56

Parameters

Name Type Description
previewNote Note

A reference to the note displayed in the control

Public getters and setters

readonly get HTMLElements : Array of HTMLElement

An array with the HTML elements of the control

Source : file dialogs/notesDialog/controls/NoteDialogPreviewControl.js at line 96

Public methods

update ( )

Update the control

Source : file dialogs/notesDialog/controls/NoteDialogPreviewControl.js at line 81

Private properties

#previewHTMLElement : HTMLElement

The container for the preview note

Source : file dialogs/notesDialog/controls/NoteDialogPreviewControl.js at line 42

#previewNote : Note

A reference to the note displayed in the control

Source : file dialogs/notesDialog/controls/NoteDialogPreviewControl.js at line 49