Adding nested menus in SharePoint 2010.
You can build your own web controls using the
You can build your own web controls using the
ControlAssembly
and ControlClass properties, and thereby create hierarchical menu
structures. The steps in this process are as follows: - Create a web control which is rendered in the style of the MenuItemTemplate class
- Register it as safe in the web.config file
- Create a custom action in the elements.xml file of the feature which has a reference to a web control
- Add custom actions as menu items
No comments:
Post a Comment