groupdocs-viewer / GroupDocs.Viewer-for-Java-Spring

Moved to https://github.com/groupdocs-viewer/GroupDocs.Viewer-for-Java/tree/master/Demos/Spring
https://products.groupdocs.com/viewer/java
MIT License
9 stars 5 forks source link

How to customize the navigation panel #33

Closed usman-aziz closed 5 years ago

usman-aziz commented 5 years ago

Could you please specify the steps to customize/modify the components in the navigation panel of the UI, such as logo text, tooltips, etc. Thanks

egorovpavel commented 5 years ago

Hi @usmanazizgroupdocs, at this moment you are limited to toolbar buttons configuration in configuration.yaml, however, we are investigating the possibility to either adding more configuration options or providing other means for customization.

usman-aziz commented 5 years ago

@egorovpavel , Thanks for sharing the details. I have tried modifying some static resources (such as tooltips and the logo text "VIEWER") in the file \src\main\resources\static\angular\viewer\src\app\viewer-app.component.html but the changes are not applied to the application when it is loaded in the browser. Is it the right way to modify static resources?

egorovpavel commented 5 years ago

Hi @usmanazizgroupdocs, just answered to a similar question here. Let me know if it works for you.

usman-aziz commented 5 years ago

@egorovpavel, I have tried your provided workflow and it worked. Regards