Skip to content

Commit 5728d47

Browse files
Merge pull request #435 from Syncfusion-Content/hotfix/hotfix-v25.2.3
DOCINFRA-2341_merged_using_automation
2 parents 4a39fc4 + dcadb98 commit 5728d47

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

ej2-react/inplace-editor/getting-started.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@ documentation: ug
88
domainurl: ##DomainURL##
99
---
1010

11-
# Getting Started
11+
# Getting Started with React Inplace editor component
1212

1313
This section briefly explains about how to create a simple In-place Editor and demonstrate the basic usage of the In-place Editor component.
1414

15+
To get start quickly with React Inplace editor, you can check on this video:
16+
17+
{% youtube "https://www.youtube.com/watch?v=hr3JVzTgnRI" %}
18+
1519
## Dependencies
1620

1721
The following is the list of dependencies required to use the In-place Editor component in your application.

ej2-react/uploader/async.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -431,8 +431,8 @@ import * as ReactDOM from "react-dom";
431431
export default class App extends React.Component<{}, {}> {
432432
public uploadObj: UploaderComponent;
433433
public path: object = {
434-
removeUrl: 'https://ej2.syncfusion.com/services/api/uploadbox/Remove',
435-
saveUrl: 'https://ej2.syncfusion.com/services/api/uploadbox/Save'
434+
saveUrl: 'https://services.syncfusion.com/js/production/api/FileUploader/Save',
435+
removeUrl: 'https://services.syncfusion.com/js/production/api/FileUploader/Remove'
436436
}
437437

438438
public addHeaders(args: UploadingEventArgs) {
@@ -460,8 +460,8 @@ import * as ReactDOM from "react-dom";
460460
function App(){
461461
let uploadObj: UploaderComponent;
462462
const path: object = {
463-
removeUrl: 'https://ej2.syncfusion.com/services/api/uploadbox/Remove',
464-
saveUrl: 'https://ej2.syncfusion.com/services/api/uploadbox/Save'
463+
saveUrl: 'https://services.syncfusion.com/js/production/api/FileUploader/Save',
464+
removeUrl: 'https://services.syncfusion.com/js/production/api/FileUploader/Remove'
465465
}
466466

467467
function addHeaders(args: UploadingEventArgs) {

0 commit comments

Comments
 (0)