This link has been bookmarked by 8 people . It was first bookmarked on 17 Oct 2008, by Eric Wettstein.
-
allan chow to extend the site action with custom actions
-
<?xml version="1.0" encoding="utf-8" ?>
<Feature Id="GUID"
Title="UI Custom Actions"
Description="This example shows how you can customize various areas inside Windows SharePoint Services."
Version="1.0.0.0"
Scope="Site"
xmlns="http://schemas.microsoft.com/sharepoint/">
<ElementManifests>
<ElementManifest Location="UICustomActions.xml" />
</ElementManifests>
</Feature> -
<!-- Site Actions Dropdown -->
<CustomAction Id="UserInterfaceCustomActions.SiteActionsToolbar"
GroupId="SiteActions"
Location="Microsoft.SharePoint.StandardMenu"
Sequence="1000"
Title="MY SITE ACTIONS BUTTON">
<UrlAction Url="/_layouts/CustomActionsHello.aspx?SiteActions"/>
</CustomAction>
-
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.