Message 1 of 5
Converting code based ribbon tab elements to CUI elements

Not applicable
08-01-2018
07:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I want to convert some plugin code that creates a toggle button and a dropdown without icons to CUI based elements.
In the case of the toggle button, in the unpressed state it is configured to display an icon that represents that state and call one command and when in the pressed state the icon is changed to represent that state and is reconfigured to call the second command and vice versa when clicked again.
In the case of the drop down, it is a list of text items (no icons) each with a corresponding command. The list is extended in code as the environment changes.
Does anyone know if this can be achieved with the CUI?