How to add a button to a vertical panel? ASP API

Hi,

What is the best way to add a group of buttons to a panel? Reports page has the look i am trying to achieve.

  • 0

    Hi,

    Button groups (Administration -> Advanced Customisation -> Button Groups) will add buttons to the existing table, but not in a separate group. Same goes for the client-side API (crm.addButton()), unfortunately. I don't see a neat way of doing it unless you add a number of buttons with some unique attribute, then manipulate the DOM to get them into their own group.

    Thanks,

    Rob