Creating custom menu with Popup


<?xml version="1.0" encoding="utf-8"?>
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">

  <CustomAction Id="SiteActionsToolbar"
       GroupId="PersonalActions"
       Location="Microsoft.SharePoint.StandardMenu"
       Sequence="1050"
               
       Title="Change Password"
       Description="Change the Password"
       ImageUrl="/_layouts/IMAGES/picture.jpg">
  
    <UrlAction Url="javascript:OpenPopUpPageWithTitle('{SiteUrl}/_layouts/Testfolder/Test.aspx', RefreshOnDialogClose, 600, 300,'Change Password')"/>
  </CustomAction>
 
</Elements>

Comments

Popular posts from this blog

IRM and the Object Model

This content database has a schema version which is not supported in this farm

Activate and Deactivate Feature through PowerShell