File tree Expand file tree Collapse file tree
Document-Processing/Word/Word-Processor Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ The following example code illustrates how to enable and update custom metadata
131131
132132``` js
133133var container = new ej.documenteditor.DocumentEditor ({
134- serviceUrl: hostUrl,
134+ serviceUrl: ' hostUrl' ,
135135 height: ' 590px' ,
136136 enableTrackChanges: true ,
137137 documentEditorSettings: {
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ The following example code illustrates how to enable and update custom metadata
178178import { DocumentEditorContainer , Ribbon } from ' @syncfusion/ej2-documenteditor' ;
179179let container: DocumentEditorContainer = new DocumentEditorContainer ({
180180 height: ' 590px' ,
181- serviceUrl = hostUrl ,
181+ serviceUrl = ' hostUrl' ,
182182 enableTrackChanges = true ,
183183 documentEditorSettings: {
184184 revisionSettings: { customData : " Developer" , showCustomDataWithAuthor : true }}
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ function App() {
214214 container = scope ;
215215 }}
216216 height = {' 590px' }
217- serviceUrl = " HostURL "
217+ serviceUrl = " HostUrl "
218218 enableTrackChanges = {true }
219219 documentEditorSettings = {settings }
220220 / >
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ The following example code illustrates how to enable and update custom metadata
185185
186186 export default {
187187 data() {
188- return { serviceUrl:' https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/ ' ,
188+ return { serviceUrl:' HostUrl ' ,
189189 settings: { revisionSettings: { customData: ' Developer' , showCustomDataWithAuthor: true } }};
190190 },
191191 provide: {
You can’t perform that action at this time.
0 commit comments