Create URL in Site actions menu
<?xml version="1.0" encoding="utf-8"?>
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
<CustomAction
Id="MyAction"
GroupId="SiteActions"
Location="Microsoft.SharePoint.StandardMenu"
Sequence="2000"
Title="RKU App Page"
Description="Custom page by RKU">
<UrlAction Url="_layouts/TestJAVA/rku.aspx" />
</CustomAction>
</Elements>
No comments:
Post a Comment