Removing toolbar items from Oxygen 23.1
Post here questions and problems related to editing and publishing DITA content.
Removing toolbar items from Oxygen 23.1
Hi team,
We would like to remove some toolbar items from Eclipse based Oxygen Author 23.1 .
The screenshot is attached for those we wish to remove (xml refactoring, delete currnet tags...). It seems it not possible to remove them using frameworks. Is it possible to be removed using some other ways ? Previously we had also removed some other items using plugin.properties and plugin.xml file changes. Is it possible to hide/remove these toolbar items using similar method?
Regards,
Shabeer
We would like to remove some toolbar items from Eclipse based Oxygen Author 23.1 .
The screenshot is attached for those we wish to remove (xml refactoring, delete currnet tags...). It seems it not possible to remove them using frameworks. Is it possible to be removed using some other ways ? Previously we had also removed some other items using plugin.properties and plugin.xml file changes. Is it possible to hide/remove these toolbar items using similar method?
Regards,
Shabeer
- oxygen.JPG (10.19 KiB) Viewed 186 times
Re: Removing toolbar items from Oxygen 23.1
Hi Shabeer,
In the Oxygen plugin's "plugin.xml" there is an extension point:
So a third party Eclipse plugin implemented by you in Java and which depends on our plugin could implement this API "com.oxygenxml.editor.editors.ActionBarContributorCustomizer" and get called on this method "com.oxygenxml.editor.editors.ActionBarContributorCustomizer.customizeActionsContributedToDocumentToolbar(List<IAction>)" so that it could remove certain actions from the document toolbar list.
Regards,
Radu
In the Oxygen plugin's "plugin.xml" there is an extension point:
Code: Select all
<extension-point id="actionBarContributorCustomizer" name="Action Bar Contributor Customizer"
schema="exsd-schema/actionBarContributorCustomizer.exsd"/>
Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
<oXygen/> XML Editor
http://www.oxygenxml.com
Return to “DITA (Editing and Publishing DITA Content)”
Jump to
- Oxygen XML Editor
- ↳ Announcements
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML Services Market
- ↳ Offer a Service