Creating Hierarchical Menus with a CustomAction in SharePoint
Posted by: Jan Tielens Bloggings [MVP],
on 08 May 2008 |
View original | Bookmarked: 0 time(s)
Its a fairly known technique to make use of CustomActions to add elements to the out-of-the-box user interface of SharePoint: you can add menu items to the Site Actions menu, you can add links on the Site Settings page, etc. The following piece of XML is the manifest of a feature that will add a new menu item to the Site Actions menu:
<Elements xmlns="http://schemas.microsoft.com/sharepoint/"> <CustomAction Id="{B0B5A0CB-7FBE-4dd6-9B2A-2B1E1321B8F9}" ...