diff --git a/ASP.NET Core/Views/Home/Documenteditor.cshtml b/ASP.NET Core/Views/Home/Documenteditor.cshtml index cfb3a87..3b5c6d9 100644 --- a/ASP.NET Core/Views/Home/Documenteditor.cshtml +++ b/ASP.NET Core/Views/Home/Documenteditor.cshtml @@ -34,6 +34,7 @@ var container = new ej.documenteditor.DocumentEditorContainer({ enableToolbar: true, width: "100%", height: '590px', +toolbarItems: [ 'Undo', 'Redo', 'Separator', 'Image', 'Table', 'Hyperlink', 'Bookmark', 'Comments', 'TableOfContents', 'Separator', 'Header', 'Footer', 'PageSetup', 'PageNumber', 'Break', 'Separator', 'Find', 'Separator', 'LocalClipboard'], serviceUrl: 'http://localhost:5000/api/documenteditor/' });