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.
2 parents 6dc6c2a + 3068f1d commit b22ad19Copy full SHA for b22ad19
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