Thomas Baenziger
Posts: 2
Joined: 2007-04-26
|
Hi
In the core Ribbon in read Mail Form there is as a tab ("Nachricht") TabReadMessage 14356.
in this Tab there is a group to respond to the message GroupRespond 14350.
How can I add a adxRibbonDialogBoxLauncher to this group ?
Thanks and kind regards
Thomas |
|
Sergey Grischenko
Add-in Express team
Posts: 7235
Joined: 2004-07-05
|
Hi Thomas.
It is not possible to modify built-in Ribbon controls. But you can hide the GroupRespond group (Visible = false) and create the same one using Add-in Express components. In the new group you can add the ADXRibbonDialogBoxLauncher component and all built-in controls corresponding to the GroupRespond group.
P.S. Note that we take up your forum requests in the order we receive them.
Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found. |
|