WebViewer Version:
8.3
Can you reproduce using one of our samples or online demos?
Yes.
Are you using the WebViewer server?
No.
Does the issue only happen on certain browsers?
No.
Is your issue related to a front-end framework?
Yes.
Is your issue related to annotations?
No
Please give a brief summary of your issue:
How to enable thumbRotateCounterClockwise button in thumbnails panel
Please describe your issue and provide steps to reproduce it:
I would like to add a counter clockwise rotation button next to the clockwise rotation button in the panel thumbnail actions, here:
I know it is available in the 3 dot menu, but other than the rotations (clockwise and counterclockwise) we don’t need any other operations from the 3 dot menu, so we disabled the delete button and the 3 dot menu.
I tried to enable the feature like this, but it doesn’t work:
instance.UI.enableElements(['thumbRotateCounterClockwise'])
I’ve seen this discussion, but it’s probably for an older version of the WebViewer, because the thumbnailControlMenu
doesn’t seem to exist anymore.
I know that it’s possible to have both the rotate clockwise and counter clockwise buttons in the thumbnail panel, because in this demo both buttons are there, as I would expect, but the only difference is that this demo uses the WebViewer server, but we don’t need that functionality.
We just need a simple client WebViewer with both the rotate clockwise and counter clockwise buttons.
Thanks.