File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,14 @@ documentation: ug
8
8
domainurl : # #DomainURL##
9
9
---
10
10
11
- # Getting Started
11
+ # Getting Started with React Inplace editor component
12
12
13
13
This section briefly explains about how to create a simple In-place Editor and demonstrate the basic usage of the In-place Editor component.
14
14
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
+
15
19
## Dependencies
16
20
17
21
The following is the list of dependencies required to use the In-place Editor component in your application.
Original file line number Diff line number Diff line change @@ -431,8 +431,8 @@ import * as ReactDOM from "react-dom";
431
431
export default class App extends React .Component <{}, {}> {
432
432
public uploadObj: UploaderComponent ;
433
433
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 '
436
436
}
437
437
438
438
public addHeaders(args : UploadingEventArgs ) {
@@ -460,8 +460,8 @@ import * as ReactDOM from "react-dom";
460
460
function App(){
461
461
let uploadObj: UploaderComponent ;
462
462
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 '
465
465
}
466
466
467
467
function addHeaders(args : UploadingEventArgs ) {
You can’t perform that action at this time.
0 commit comments