Page 1 of 1

New note option

Posted: Tue Jul 25, 2017 12:52 pm
by akhoy
I need to add a new note option to the existing note options in Oxygen XML Editor. Please let me know how to proceed on this.

Re: New note option

Posted: Tue Jul 25, 2017 5:03 pm
by alex_jitianu
Hello,

I don't really understand what actions you are referring to. They might be custom actions defined inside a custom framework. It that's the case,
the framework can be easily customized and tested in the standalone version of Oxygen XML Editor after which you can redeploy the framework in your Web Author server (I'm assuming that you are using the Web Author).

Best regards,
Alex

Re: New note option

Posted: Thu Jul 27, 2017 12:18 pm
by akhoy
Hi Alex,

I meant the below.

http://imgur.com/wgi1RRc

I'm not able to find an API to access the Topic notes and add a note option to the dropdown. I've gone through the existing documentation but I couldn't find anything there. Please let me know the details.

Re: New note option

Posted: Thu Jul 27, 2017 12:46 pm
by alex_jitianu
Hello,

From the screenshot I see that you are using the Web Author and those actions look like they come from the framework configuration. The framework can be easily customized and tested in the standalone version of Oxygen XML Editor [1]. Basically those actions are just a configuration inside the framework. In the standalone version of Oxygen you can create new actions and add then you can add them in the toolbar. When you are happy with the result you can redeploy the framework in your Web Author server [2].

[1] https://www.oxygenxml.com/doc/versions/ ... works.html
[2] https://www.oxygenxml.com/doc/versions/ ... ework.html

Best regards,
Alex

Re: New note option

Posted: Mon Jul 31, 2017 8:56 am
by akhoy
Thanks for the help, Alex. I could add an Action thanks to the links you shared.