Skip to main content
SharePoint

Workspace

Go Search
SharePoint Team
Team Workspace
Team Blog
SharePoint Study
SharePoint 2010
Membership
Nanmu
  
SharePoint Team Workspace > Workspace > Knowledge Base > Custom Action  

Custom Action

Keywords
 
Article Content
在SharePoint 的 欢迎区域加入 修改密码的菜单:
 
<?xml version="1.0" encoding="utf-8" ?>
  <CustomAction Id="ChangePassword"
                GroupId="PersonalActions"
                Location="Microsoft.SharePoint.StandardMenu"
                Title="ChangePassword"
                Description="Change My Password"
                >
    <UrlAction Url="javascript:window.location= '{SiteUrl}/_layouts/CustomApplicationPages/nmChangePwd.aspx?Source=' + window.location"/>
 

</Elements>
Related Articles
 
Last modified at 2/22/2009 7:10 PM  by Echo Liu