Skip to content

Commit a155e62

Browse files
committed
972568: Resolved the documentation mistake
1 parent 4735a62 commit a155e62

File tree

1 file changed

+3
-3
lines changed
  • Document-Processing/Word/Word-Processor/javascript-es6

1 file changed

+3
-3
lines changed

Document-Processing/Word/Word-Processor/javascript-es6/ribbon.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Ribbon in JavaScript (ES6) Document editor control | Syncfusion
3+
title: Ribbon in JavaScript (ES6) Document editor | Syncfusion
44
description: Learn here all about the Ribbon UI in Syncfusion JavaScript (ES6) Document editor control, how to switch between Ribbon and Toolbar modes.
55
platform: document-processing
66
control: Ribbon
@@ -32,7 +32,7 @@ import { DocumentEditorContainer, Ribbon } from '@syncfusion/ej2-documenteditor'
3232
DocumentEditorContainer.Inject(Ribbon);
3333
// Initialize the Document Editor Container with Ribbon mode enabled
3434
var container = new ej.documenteditor.DocumentEditorContainer({
35-
enableToobar: true,
35+
enableToolbar: true,
3636
toolbarMode: 'Ribbon', // Options: 'Ribbon' or 'Toolbar'
3737
height: '590px'
3838
});
@@ -58,7 +58,7 @@ import { DocumentEditorContainer, Ribbon } from '@syncfusion/ej2-documenteditor'
5858
DocumentEditorContainer.Inject(Ribbon);
5959
// Initialize the Document Editor Container with Ribbon mode enabled
6060
var container = new ej.documenteditor.DocumentEditorContainer({
61-
enableToobar: true,
61+
enableToolbar: true,
6262
toolbarMode: 'Ribbon', // Options: 'Ribbon' or 'Toolbar'
6363
ribbonLayout: 'Classic', // Options: 'Simplified' or 'Classic'
6464
height: '590px'

0 commit comments

Comments
 (0)