Restricted Document - hide pane

Is there any way of loading a restricted document without the Restrict Editing pane showing?
I just want a form with fields to show with never the option to de-restrict it.

Thanks

5 Replies 1 reply marked as answer

KB Kurthis Banu Abdul Majeeth Syncfusion Team January 27, 2021 01:09 PM UTC

Hi Richard, 

Currently Document Editor have restrict editing pane shows API  

Code snippet for showRestrictEditingPane : 
  
 
this.container.documentEditor. showRestrictEditingPane()
 

  
  
## Hide restrict Editing Pane: 
  

We will check and update you more details Jan 29,2021. 
  
  
Regards, 

Kurthis Banu A. 
  
  



RC Richard Craig January 27, 2021 01:32 PM UTC

Yes, if we could maybe pass false to that to make it hide?

Richard


SM Suriya Murugan Syncfusion Team January 28, 2021 02:43 PM UTC

Hi Richard, 

Thanks for the update. 

We have check some details in our side to changing the API. So, we will update further details by February 1,2021. 
 
Regards, 
 
Suriya M. 



KB Kurthis Banu Abdul Majeeth Syncfusion Team February 2, 2021 12:04 PM UTC

Hi Richard,  

We have logged the feature request for this. We will include the feature in our upcoming EJ2 patch release which is tentatively scheduled on 2021 Volume 1 release. Once included, we will update you. You can also track bug fix status from below link.   




Regards,  

Kurthis Banu A.  



KB Kurthis Banu Abdul Majeeth Syncfusion Team March 31, 2021 12:09 PM UTC

Hi Richard, 

 

We are glad to announce that our Essential Studio 2021 Volume 1 Main release v19.1.0.54 is rolled out and is available for download under the following link.

 
  
We have included API to hide restrict editing pane. 
Code snippet: 

let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '590px' }); 
    container.appendTo('#container'); 


 
// To hide restrict editing pane. Set true, to show pane. 
        container.documentEditor.showRestrictEditingPane(false); 
 


 


 
Please upgrade to the latest version packages. 
           
Release notes:   
  
We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance. 

Regards,             
Kurthis Banu A.  


Marked as answer
Loader.
Up arrow icon