Joseph Caruana
Joseph Caruana

Reputation: 2271

Add Custom action as part of the Action dropdown (AEF)

I would know how to add an Action button but did not manage to identify how to add this under the Actions menu. It is being added as a separate link button and not as part of the actions sub-menu. How can you achieve this please?

Upvotes: 0

Views: 435

Answers (1)

Brendan
Brendan

Reputation: 5613

This post should help with your answer: Adding Custom Action to "Actions" Drop Down in Extension

You can add it by using AddMenuAction on your parent button (action in this example):

MyGraph.action.AddMenuAction(myCustomAction);

Upvotes: 5

Related Questions