You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have tested your module and it works perfectly! However, is there away in which I could dynamically enable/disable print/saving option on the window?
The text was updated successfully, but these errors were encountered:
Hello,
I took sometime in the evening and have figure a solution. Any one interested in this features, the easiest solution is to insert CSS in your DOM:
You can then dynamically show each component by inserting another CSS in the DOM but this time it must say {display: block}
(can be block, initial, inline e.t.c)
The CSS class is as follows: .toolbarButton#openFile = Open File Button, .toolbarButton#viewAttachments = View Attachements button e.t.c
To see more classes, check out the view.html page here: PDFJS-viewer
Hope this helps someone
Hello,
I have tested your module and it works perfectly! However, is there away in which I could dynamically enable/disable print/saving option on the window?
The text was updated successfully, but these errors were encountered: