feature.xml
<Feature Id="{C37DAC81-90F4-4c5a-9CB3-B8A5F9923D6C}"
Title="My First Feature"
Description="My First Feature web"
ImageUrl="MYX.jpg"
Version="1.0.0.0"
Scope="Web"
DefaultResourceFile="core"
Hidden="FALSE"
xmlns="http://schemas.microsoft.com/sharepoint/">
<ElementManifests>
<ElementManifest Location="Elements.xml"/>
</ElementManifests>
</Feature>
Elements.xml
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
<CustomAction
Id="hvadsomhelst"
Location="Microsoft.SharePoint.StandardMenu"
GroupId="SiteActions"
Title="Gaa til Tivoli"
Description="Bimmelem"
Sequence="10">
<UrlAction
Url="http://www.tivoli.dk" />
</CustomAction>
<CustomActionGroup
Id="MyActionGroup"
Location="Microsoft.SharePoint.SiteSettings"
Title="MyActionGroup_Title"
Sequence="60" />
<CustomAction
Id="ServiceAccount"
GroupId="MyActionGroup"
Location="Microsoft.SharePoint.SiteSettings"
Sequence="10"
Title="Gaa til Tivoli">
<UrlAction
Url="http://www.tivoli.dk" />
</CustomAction>
</Elements>
kursus 31.doc (56 KB) kursus 31.htm (22,28 KB)