Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
149290 | Nov 20,2019 07:18 PM UTC | Nov 21,2019 11:50 AM UTC | Blazor | 1 |
![]() |
Tags: In-place Editor |
window.onbeforeunload = function () {
var editorObj = document.getElementById('TextEditor').ej2_instances[0];
if (editorObj.enableEditMode) { // To ensure whether editor in ediable mode
editorObj.save(); // Save the editor current value
}
};
|
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.