Page 1 of 1

To know the complete content got loaded in oxygen web author

Posted: Mon Oct 10, 2022 3:43 pm
by SmitaPatil
Hi Team,
I have used diffUrl for comparison of two XML documents. I want to execute one function once Differences has been added.
As we have event such as BEFORE_EDITOR_LOADED, EDITOR_LOADED.
Do we have any event to get to know that Content has been completely loaded into editor and DiffUrl has been performed on it.
I want to execute one method once complete content has been loaded in oxygen web author and difference has been performed

Thanks & Regards,
Smita

Re: To know the complete content got loaded in oxygen web author

Posted: Mon Oct 10, 2022 4:51 pm
by Bogdan Dumitru
Hello,

The sync.api.Workspace.EventType.EDITOR_LOADED event is fired when the content is completely loaded.

Re: To know the complete content got loaded in oxygen web author

Posted: Mon Oct 10, 2022 4:56 pm
by SmitaPatil
Hi Team,
I have used diffUrl parameter in URL for comparison of two XML documents. I want to execute one function once Differences has been added.
Do we have any event to get to know that Content has been completely loaded into editor and DiffUrl has been performed on it.
I want to execute one method once complete content has been loaded and also differences by DiffUrl has been shown.

Thanks & Regards,
Smita

Re: To know the complete content got loaded in oxygen web author

Posted: Tue Oct 11, 2022 11:27 am
by Bogdan Dumitru
Hello Smita,
Please see my answer from the other thread.