- Home
- Forum
- Angular - EJ 2
- Remove Save Image From Web
Remove Save Image From Web
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(e: ActionBeginEventArgs) {
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.
Release Notes: https://ej2.syncfusion.com/angular/documentation/release-notes/18.4.30/?type=all#richtexteditor
Can you please upgrade your package to this version to use the new feature?
Regards,
Indrajith
SIGN IN To post a reply.
- 3 Replies
- 3 Participants
-
RV Rahul V Reji
- Dec 10, 2019 06:12 AM UTC
- Dec 18, 2020 02:39 PM UTC