Hi,
I install on my server a version of Collabora online for developpment and i want to know how activate by default track change when i open a word on a iframe. Is it possible and what is the way?
Thanks for your help
Best regards
Hi,
I install on my server a version of Collabora online for developpment and i want to know how activate by default track change when i open a word on a iframe. Is it possible and what is the way?
Thanks for your help
Best regards
Hi @FranckBlack, welcome to the Collabora Online forums!
I have a workaround for your issue. You can use the Send_UNO_Command
with the value uno:TrackChanges
as a PostMessage to enable Track Changes.
For more details, refer to the PostMessage API documentation. You can also check out this example implementation: framed.doc.html.
Thanks,
Darshan