We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

remove footer bar on document container

How do I remove the bar at the footer of the document container?  I have attached a zip file containing an image showing the problem.





Attachment: documentContainerFooter_d927ef88.zip

2 Replies

SM Suriya Murugan Syncfusion Team January 13, 2020 09:47 AM UTC

Hi Bob, 

Thank you for contacting the Syncfusion support. 

We can reproduce the reported issue. We will check and fix this issue in our side. For workaround, once the DocumentEditorContainerComponent created, you can update the height and resize it using "resize()" method.

Sample code:
  
 this.container.element.style.height = "auto"; 
 this.container.documentEditor.resize(); 
  
Sample link: 
  


  
Regards, 
Suriya M. 



BI bob ingham January 19, 2020 10:47 PM UTC

Perfect, thank you.

Loader.
Live Chat Icon For mobile
Up arrow icon