Page 1 of 1

Editor Tag Mode

Posted: Thu Oct 11, 2018 3:19 pm
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

Re: Editor Tag Mode

Posted: Thu Oct 11, 2018 3:38 pm
by Radu
Hi Isabelle,

We have some API like:

Code: Select all

AuthorComponentProvider.getAuthorAccess().getEditorAccess().getTagsDisplayMode();
Regards,
Radu

Re: Editor Tag Mode

Posted: Thu Oct 11, 2018 3:40 pm
by Isabelle
Perfect !
Thank you Radu.

Regards,
Isabelle