Editor Tag Mode

Post here questions and problems related to oXygen frameworks/document types.
Isabelle
Posts: 142
Joined: Fri Jan 20, 2017 1:11 pm

Editor Tag Mode

Post by Isabelle »

Hello,

We use oxygen-18.1.0.0.jar, and we need to know in which tags mode the editor is ("Full_tags", "Full_tags_with_attributes", ...).
Is there a simple way to obtain this information ?

Regards,
Isabelle
Radu
Posts: 9059
Joined: Fri Jul 09, 2004 5:18 pm

Re: Editor Tag Mode

Post by Radu »

Hi Isabelle,

We have some API like:

Code: Select all

AuthorComponentProvider.getAuthorAccess().getEditorAccess().getTagsDisplayMode();
Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Isabelle
Posts: 142
Joined: Fri Jan 20, 2017 1:11 pm

Re: Editor Tag Mode

Post by Isabelle »

Perfect !
Thank you Radu.

Regards,
Isabelle
Post Reply