Insert Icon to custom framework action

Post here questions and problems related to oXygen frameworks/document types.
pramanikhimangshu
Posts: 17
Joined: Fri Dec 29, 2017 11:16 am

Insert Icon to custom framework action

Post by pramanikhimangshu »

Hello,

I created a custom framework action and added it to DITA toolbar and context-menu.
Please guide me how to add an icon to the action.

Thank You.
Regards,
Himangshu.
mihaela
Posts: 490
Joined: Wed May 20, 2009 2:40 pm

Re: Insert Icon to custom framework action

Post by mihaela »

Hi,

You must override the getLargeIcon(devicePixelRation) and getSmallIcon(devicePixelRation) methods from sync.actions.AbstractAction [1] to provide the absolute URL of the toolbar and contextual menu icons.
The icons must be placed in the web/ sub-folder of the framework. To obtain the absolute URL of the icon you must concatenate sync.ext.Registry.extensionURL[2] with the relative path of the icon to the web/ sub-folder.

[1] https://www.oxygenxml.com/maven/com/oxy ... ction.html
[2] https://www.oxygenxml.com/maven/com/oxy ... tensionURL

Best Regards,
Mihaela
Mihaela Calotescu
http://www.oxygenxml.com
Post Reply