We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Remove Save Image From Web

How to remove the save image from web option in the rich text editor?

3 Replies

PM Pandiyaraj Muniyandi Syncfusion Team December 11, 2019 06:48 PM UTC

Hi Rahul, 

Greetings from Syncfusion support. 

Currently, we doesn’t have any API to fulfil your desired requirement. We consider “Provide removeUrl support on insertImageSettings API” as feature request from our end and it will be available in any of our upcoming releases. 

You can now track the current status of the report, review the proposed resolution timeline, and contact us for any further inquiries through this link: https://www.syncfusion.com/feedback/10681/ 

Note: We will check and provide the workaround solution with sample on 12th December to meet your desired requirement. 

Regards, 
Pandiyaraj 



PM Pandiyaraj Muniyandi Syncfusion Team December 12, 2019 05:10 PM UTC

Hi Rahul, 
 
Good day to you. 
 
By clicking delete image toolbar item from the Image quick toolbar menu, you can make the service request to perform the image remove action from your application end. To achieve this bind actionBegin event in RTE and place your Ajax call logic within the if condition as follows 
 
 
 
Html: 
 
<ejs-richtexteditor (actionBegin)='onActionBegin($event)'> 
</ejs-richtexteditor> 
 
TS: 
 
onActionBegin(eActionBeginEventArgs) { 
  if (e.item.command === 'Images' && e.requestType === 'Remove') { 
    // Make service request to call a remove action 
  } 
} 
 
 
We have prepared sample for your reference, check the below link 
 
Regards, 
Pandiyaraj 



IS Indrajith Srinivasan Syncfusion Team December 18, 2020 02:39 PM UTC

Hi Rahul, 
 
Thanks for your patience, 
 
We have included the feature “Provide removeUrl support on insertImageSettings API ” with the package version 18.4.30.  
 
 
Can you please upgrade your package to this version to use the new feature? 
 
Regards, 
Indrajith 


Loader.
Live Chat Icon For mobile
Up arrow icon