About Me

My photo
Muthupet, TamilNadu, India
SharePoint 2010

Tuesday, November 6, 2012

Custom Action Ribbon with Popup Window


 Custom Action Ribbon With Popup Window


 <?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/CustomActionRibbon/Forget Password.aspx', RefreshOnDialogClose, 600, 300,'Change Password')"/>
  </CustomAction>
</Elements>

 

No comments:

Post a Comment