VMware Cloud Community
njmn_hyperic
Contributor
Contributor

Add new menu items underneath a new menu

Hi

In the HQU Views and Attachments documentation, Masthead Attach Point allows plugins to add menu items underneath both the 'Resources' menu and the 'Analyze' menu.

Is it possible to add a new menu with HQU plugins?

Then it should be possible to add items underneath the new menu.

addView(description: 'MyView ',
attachType: 'masthead',
controller: MyController,
action: 'index',
category: 'mymenu')


Thanks for your help.
Nicolas.
0 Kudos
2 Replies
admin
Immortal
Immortal

No, you are currently restricted from adding arbitrary menus (though
it would be a nice feature).

Your only choices for the masthead are resources and analyze.

-- Jon



On May 7, 2008, at 8:00 AM, JOMIN wrote:

> Hi
>
> In the HQU Views and Attachments documentation, Masthead Attach
> Point allows plugins to add menu items underneath both the
> 'Resources' menu and the 'Analyze' menu.
>
> Is it possible to add a new menu with HQU plugins?
>
> Then it should be possible to add items underneath the new menu.
>
> addView(description: 'MyView ',
> attachType: 'masthead',
> controller: MyController,
> action: 'index',
> category: 'mymenu')
>
>
> Thanks for your help.
> Nicolas.


0 Kudos
njmn_hyperic
Contributor
Contributor

thanks.

is it possible to add this feature in a future release?
0 Kudos