Document editor side bar Open/close manually

Hi,

 I am using document editor version (19.2.44) in my Angular Application. I have couple of customization needed.

  1. How can I manually open and close document editor sidebar 
  2. How can I manually open and close track changes sidebar
  3. How can I do the localization for this 'No color'
-

please provide me solution.

Regards,
Parth

9 Replies

SM Suriya Murugan Syncfusion Team July 21, 2021 04:54 AM UTC

Hi Parth, 

Syncfusion Greetings! 

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. 

Please let us know if you have any question. 

Regards, 
Suriya M. 



PK Parthkumar Kakadiya July 21, 2021 08:45 AM UTC

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 



KB Kurthis Banu Abdul Majeeth Syncfusion Team July 22, 2021 01:37 PM UTC

Hi 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.   
 
 


Please let us know if you have any questions. 


Regards, 
Kurthis Banu A. 



PK Parthkumar Kakadiya August 4, 2021 02:41 PM UTC

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 



SM Suriya Murugan Syncfusion Team August 5, 2021 06:17 AM UTC

Hi Parthkumar, 

Currently, we don’t have API to customize revisions collection based on user. We logged the feature request for your requirement. We will include it in any of our upcoming release. 

You can track the status of bug through below feedback link: 


Please let us know if you have any questions. 

Regards, 
Suriya M. 



SM Suriya Murugan Syncfusion Team August 6, 2021 10:12 AM UTC

Hi Parthkumar, 

Also, for your information, we have built-in review panel in which we have provided support for filtering changes based on the user.  


Also, accept and reject based on user after filter: 

 

Please let us know if you have any questions. 

Regards, 
Suriya M. 



SM Suriya Murugan Syncfusion Team August 13, 2021 09:42 AM UTC

Hi Parth, 

## How can I do the localization for this 'No color'  
  
We are glad to announce that our patch release (v19.2.55) is rolled out successfully and In that release, we have added the fix for reported issue.           

  
Please upgrade the package to latest version to resolve this issue.     
   
Client side: 
     
   
Please let us know if you have any questions. 


Regards, 
Suriya M. 




PK Parthkumar Kakadiya September 2, 2021 11:09 AM UTC

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,




SM Suriya Murugan Syncfusion Team September 3, 2021 05:17 AM UTC

Hi Parth, 

In latest version, we have included some changes. If document doesn’t contains track changes and on comments click , Changes tab will not visible. 

Please upgrade your packages to latest version(19.2.59) and let us know facing issue. 





Regards, 
Suriya M. 


Loader.
Up arrow icon