ckeditor with table/cell properties

This commit is contained in:
zadam
2020-02-29 14:32:26 +01:00
parent 724ba352e6
commit e5155130e7
7 changed files with 26 additions and 26 deletions

View File

@@ -10,9 +10,9 @@ const TPL = `
}
</style>
<a title="Go to previous note." data-trigger-event="backInNoteHistory" class="icon-action bx bx-left-arrow-circle"></a>
<a title="Go to previous note." data-trigger-command="backInNoteHistory" class="icon-action bx bx-left-arrow-circle"></a>
<a title="Go to next note." data-trigger-event="forwardInNoteHistory" class="icon-action bx bx-right-arrow-circle"></a>
<a title="Go to next note." data-trigger-command="forwardInNoteHistory" class="icon-action bx bx-right-arrow-circle"></a>
</div>
`;