We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 880597d commit 3068f1dCopy full SHA for 3068f1d
ASP.NET Core/Views/Home/Documenteditor.cshtml
@@ -34,6 +34,7 @@ var container = new ej.documenteditor.DocumentEditorContainer({
34
enableToolbar: true,
35
width: "100%",
36
height: '590px',
37
+toolbarItems: [ 'Undo', 'Redo', 'Separator', 'Image', 'Table', 'Hyperlink', 'Bookmark', 'Comments', 'TableOfContents', 'Separator', 'Header', 'Footer', 'PageSetup', 'PageNumber', 'Break', 'Separator', 'Find', 'Separator', 'LocalClipboard'],
38
serviceUrl:
39
'http://localhost:5000/api/documenteditor/'
40
});
0 commit comments