The only column to which you can add a link on the Create page is the Web Pages column. To add a link there, use a CustomAction feature with Location=”Microsoft.SharePoint.Create” and a GroupId=”WebPages”:
<CustomAction Location="Microsoft.SharePoint.Create" GroupId="WebPages" Title="Custom Link"> <UrlAction Url="custompage.aspx"/> </CustomAction>
No related posts.
Posted under Developer
This post was written by furuknap on January 3, 2009
