Currently the Identity Bar has a flat list of actions that can be presented either in a row or all behind a toggle menu.
But let's say we had 5 actions. 2 are frequently used and 3 less so. It might make sense to expose the 2 frequently used actions and hide the rest behind a menu.
PRIMARY ACTION 1 | PRIMARY ACTION 2 | MORE ACTIONS MENU
In this case we'd need a Toggle Menu to be applied to 3 of the 5 buttons.
To do this two things need to happen.
The macro/html need to be able to create groups of buttons.
Currently the Identity Bar has a flat list of actions that can be presented either in a row or all behind a toggle menu.
But let's say we had 5 actions. 2 are frequently used and 3 less so. It might make sense to expose the 2 frequently used actions and hide the rest behind a menu.
PRIMARY ACTION 1 | PRIMARY ACTION 2 | MORE ACTIONS MENU
In this case we'd need a Toggle Menu to be applied to 3 of the 5 buttons.
To do this two things need to happen.
<div class="g1"><button1><button2></div><div class="g2"><button3><button4><button5></div>
new HMCTSFrontend.Menu(target g2 etc)