Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
149800 | Dec 10,2019 06:12 AM UTC | Dec 18,2020 02:39 PM UTC | Angular - EJ 2 | 3 |
![]() |
Tags: RichTextEditor |
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
}
}
|
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.