Skip to content

Commit a4b56b4

Browse files
authored
Fix link to toolbarMode API documentation
1 parent a155e62 commit a4b56b4

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can switch between the classic **Toolbar** and the new **Ribbon** UI, and yo
1616

1717
## Enable Ribbon Mode
1818

19-
To enable Ribbon in Document Editor, use the [`toolbarMode`](https://ej2.syncfusion.com/documentation/api/document-editor-container#toolbarmode) property of `DocumentEditorContainer`. The available toolbar modes are:
19+
To enable Ribbon in Document Editor, use the [`toolbarMode`](https://ej2.syncfusion.com/documentation/api/document-editor-container/index-default#toolbarmode) property of `DocumentEditorContainer`. The available toolbar modes are:
2020

2121
- **'Toolbar'** - The traditional toolbar UI.
2222
- **'Ribbon'** - The Ribbon UI, which provides a tabbed interface with grouped commands.
@@ -69,4 +69,4 @@ container.appendTo('#container');
6969

7070
## See Also
7171

72-
* [How to customize the ribbon](./how-to/customize-ribbon)
72+
* [How to customize the ribbon](./how-to/customize-ribbon)

0 commit comments

Comments
 (0)