Removing oXygen functions out of the top toolbar in Web Author
Posted: Mon Apr 07, 2025 9:58 pm
Hello,
We are using Web Author 22.1. We'd like to remove the "Author/AcceptChange" and "Author/RejectChange" functions from the top toolbar to free up some space. We've tried the function, however this also removes the functions from the Review pane at the right.
Is there a way to preserve the functions and only remove them from the top toolbar in Web Author?
Thanks!
We are using Web Author 22.1. We'd like to remove the "Author/AcceptChange" and "Author/RejectChange" functions from the top toolbar to free up some space. We've tried the
Code: Select all
editor.getActionsManager().unregisterAction(...)
Is there a way to preserve the functions and only remove them from the top toolbar in Web Author?
Thanks!