Hi,
I would like to drop external data (Image and text) into document editor.
I have list of data which I displayed using treeview.
https://ej2.syncfusion.com/angular/documentation/treeview/data-binding/
data object looks like this: [{name: 'admin', id: 123}]
Now I would like to drag treeview element and drop into document editor. I have attached video which can provide you better understnading.
On drop I would like to get the id of the element and also would like to drop more information of that element into document editor.
Please provide me infromation to achive my requirement.
Regards,
Parth
Hi Kurthis,
Your suggestion help me to insert name of the list element. Thanks for that.
Now I would like to insert some more infromation from the list Object element. How could I achieve that.
As I already Explaind list binding with such Object: [{name: 'admin', email:'[email protected]' id: 123, image: 'base64string'}]
On drop to document editor, I would Like to drop User email and User Image.
Or
Just get id of the user from the list element. so that I can filter with id to insert more info from ts file.
Hi Kurthis,
I have found a bug for drop event into editor for firefox.
I would lik you to open the sample link into firefox.