javascript - API for ckeditor everytime content gets loaded into it -
in ckeditor want operation every time new content loaded or existing content refreshes.
as instanceready , onload api's getting executed once, not able desired operation.
probably looking the contentdom
event, fired after setting editor's data or switching editor's modes.
if want when little change occurred in content, the change
event best option.
Comments
Post a Comment