want to change icon color on click of icon

Questions about XML that are not covered by the other forums should go here.
shikhar_472
Posts: 99
Joined: Fri Jul 01, 2022 12:08 pm

want to change icon color on click of icon

Post by shikhar_472 »

Hi Oxygen Team,

I want to change the icon color on click of icon , which should feel like on/off button for action.

Thanks,
Shikhar
Gabriel Titerlea
Site Admin
Posts: 95
Joined: Thu Jun 09, 2016 2:01 pm

Re: want to change icon color on click of icon

Post by Gabriel Titerlea »

Hello,

You can add your action to a toolbar and you can specify an HTML element as the icon for that action, on the toolbar.
See this post for an example [1].
During the actionPerformed method you can change the HTML element's look as needed.

Best,
Gabriel

[1] post63306.html#p63306
shikhar_472
Posts: 99
Joined: Fri Jul 01, 2022 12:08 pm

Re: want to change icon color on click of icon

Post by shikhar_472 »

Hi,

I want to change the same icon image on click of actionperformed.

So the moment i will click on icon, icon image should itself change.

Thanks,
Shikhar.
mihaela
Posts: 490
Joined: Wed May 20, 2009 2:40 pm

Re: want to change icon color on click of icon

Post by mihaela »

Hello,

There is a sample plugin in our Web Author samples plugin repository called web-author-autospellcheck-on-off that adds a button to the toolbar that toggles the autospellcheck state. Each time the action is performed the icon of the action changes.

You can use this code as an example:
https://github.com/oxygenxml/web-author ... /plugin.js

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