Editor Content Loaded Event

Hi,

Per my previous thread below, am trying to get content (HTML) loaded into an editor control. Not an issue with doing this but seems there is no event fired when the content has been loaded ?

I am simply trying to display a progress bar during the ajax call…

Anything you can suggest ?

Thanks in advance :slight_smile: ,

Steve

Hi

not sure what are you exactly try to implement, but this is event “onContentSet”
if you provide more detailed description and awaited behaviour, probably I will suggest some solution

Hi,

Thanks for the reply. The reason I asked is that I did not see the onContentSet event in the editor API: docs.dhtmlx.com/api__refs__dhtmlxeditor.html. Hence the question. Are the docs out of date or have I overlooked it ?

In the meantime, I used ajax and the events from that to implement the cell progress spinner which is part of the library…

Steve