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