Class EditionButtonData

Simple container for buttons data of the NoteDialogToolbar

Source : file dialogs/notesDialog/toolbar/EditionButtonData.js at line 33

Constructor

new EditionButtonData ( jsonEditionButton )

The constructor

Source : file dialogs/notesDialog/toolbar/EditionButtonData.js at line 61

Parameters

Name Type Description
jsonEditionButton JsonObject

A json object with the data for the EditionButton

Public getters and setters

readonly get htmlAfter : String

The text to be inserted after the cursor when clicking on the button. Optional

Source : file dialogs/notesDialog/toolbar/EditionButtonData.js at line 106

readonly get htmlBefore : String

The text to be inserted before the cursor when clicking on the button

Source : file dialogs/notesDialog/toolbar/EditionButtonData.js at line 99

readonly get title : String

The text to be displayed on the button. Can be HTML

Source : file dialogs/notesDialog/toolbar/EditionButtonData.js at line 92

Private properties

#htmlAfter : String

The text to be inserted after the cursor when clicking on the button. Optional

Source : file dialogs/notesDialog/toolbar/EditionButtonData.js at line 54

#htmlBefore : String

The text to be inserted before the cursor when clicking on the button

Source : file dialogs/notesDialog/toolbar/EditionButtonData.js at line 47

#title : String

The text to be displayed on the button. Can be HTML

Source : file dialogs/notesDialog/toolbar/EditionButtonData.js at line 40