This question is locked. New answers and comments are not allowed.
Hi,
Can anyone please update on how to show the selected image in Telerik Editor onto Insert Image dialog preview area.
My Idea to resolve this is by using the commands like the below placed code at some appropriate places in Telerik Editor files.
Apply "selectedEditortext" in preview area.
Anyone please suggest for any other best practices/ steps.
Thank You.
Can anyone please update on how to show the selected image in Telerik Editor onto Insert Image dialog preview area.
My Idea to resolve this is by using the commands like the below placed code at some appropriate places in Telerik Editor files.
var getEditorRange = editor.getRange();
var selectedEditortext = getEditorRange.cloneContents().textContent;
Apply "selectedEditortext" in preview area.
Anyone please suggest for any other best practices/ steps.
Thank You.