Page 1 of 1

Customizing Text Editing Mode with a Framework

Posted: Fri Oct 04, 2019 11:44 pm
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

Re: Customizing Text Editing Mode with a Framework

Posted: Mon Oct 07, 2019 7:33 am
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