").text(message);
- }
-
- this.$confirmContent.empty().append(message);
-
- this.modal.show();
-
- this.resolve = callback;
- }
-
- showConfirmDeleteNoteBoxWithNoteDialogEvent({ title, callback }: ConfirmWithTitleOptions) {
- glob.activeDialog = this.$widget;
-
- this.$confirmContent.text(`${t("confirm.are_you_sure_remove_note", { title: title })}`);
-
- this.$custom
- .empty()
- .append("
")
- .append(
- $("
")
- .addClass("form-check")
- .append(
- $("