Hi,
I am using document editor version (19.2.44) in my Angular Application. I have couple of customization needed.
How can I manually open and close document editor sidebar |
By toggling this icon, you can manually close and open editor side bar(properties pane)>
|
How can I manually open and close track changes sidebar |
Toolbar “Track changes” button click will enable track changes options. Then start typing will open track changes open(if document contains revision pane will open automatically on importing). To hide click, the close icon.
|
How can I do the localization for this 'No color'
|
We are checking this requirement and will update further details by July 22,2021. |
Hi Suriya,
Thank you for your quick reply.
can you please provide me example for the manually open and close both the bar(Editor side bar and track changes bar)?
Regards,
Parth
Query |
Solution |
How can I manually open and close document editor sidebar
|
container.showPropertiesPane = false;
|
How can I manually open and close track changes sidebar |
container.documentEditor.enableTrackChanges = false;
container.documentEditor.showRevisions = false;
|
How can I do the localization for this 'No color'
|
We have considered the reported scenario as bug and logged defect report. Fix will be included in our upcoming EJ2 patch release which is tentatively scheduled on August 4, 2021. Once included, will update you.
You can track the status from the below feedback.
|
Hi Kurthis,
Works for me.
One more requirement:
I have list of tracked changes. I would like to hide specific change from specific User.
i.e. as you see in pic, I would like to just hide last change by Parthkumar Administrator .
Can you please provide me some information. How can i achive it?
Regards,
Par
Hi Suriya,
## how can I hide teh changes list from side pan.
I just want to show comments there.
Is there any way to hide it.?
Regards,