Customizing Text Editing Mode with a Framework

Post here questions and problems related to oXygen frameworks/document types.
jakubsimek
Posts: 11
Joined: Fri Oct 04, 2019 11:26 pm

Customizing Text Editing Mode with a Framework

Post by jakubsimek »

Hi,

Is it in any way possible to customize the Text editing mode with a framework similarly as the Author mode, by configuring actions, menus, toolbars etc.?

Best wishes,
Jakub
Radu
Posts: 9059
Joined: Fri Jul 09, 2004 5:18 pm

Re: Customizing Text Editing Mode with a Framework

Post by Radu »

Hi Jakub,

Unfortunately our framework-specific actions are only for the Author visual editing mode.
If you want to add toolbar actions in the Text editing mode you will need to add them with an Oxygen Java-based plugin which can add toolbar actions. The actions would have enough API on the Text page side to insert content.
A sample Java-based plugin for Oxygen:
https://github.com/oxygenxml/sample-plu ... ace-access

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply