Context menu with popupmenu
<?
xml version="1.0" encoding="utf-8"?>
<
Elements xmlns="http://schemas.microsoft.com/sharepoint/">
<
CustomAction
Id="{72B25C7D-16F4-4FC5-B97C-B41B323B4661}"
RegistrationType="List"
ShowInLists = "True"
RegistrationId="101"
Location="EditControlBlock"
ImageUrl="/_Layouts/1033/IMAGES/user-icon.png"
Sequence="300"
Title="Send to Persons">
<
UrlAction
Url="javascript:OpenPopUpPageWithTitle('{SiteUrl}/_Layouts/Trig_AMJ_Correspondence/TransferDocument.aspx?List={ListId}&ID={ItemId}',RefreshOnDialogClose,700,500,'Send to People');" ></UrlAction>
</
CustomAction>
</
Elements>
<?
xml version="1.0" encoding="utf-8"?>
<
Elements xmlns="http://schemas.microsoft.com/sharepoint/">
<
CustomAction
Id="{72B25C7D-16F4-4FC5-B97C-B41B323B4661}"
RegistrationType="List"
ShowInLists = "True"
RegistrationId="101"
Location="EditControlBlock"
ImageUrl="/_Layouts/1033/IMAGES/user-icon.png"
Sequence="300"
Title="Send to Persons">
<
UrlAction
Url="javascript:OpenPopUpPageWithTitle('{SiteUrl}/_Layouts/Trig_AMJ_Correspondence/TransferDocument.aspx?List={ListId}&ID={ItemId}',RefreshOnDialogClose,700,500,'Send to People');" ></UrlAction>
</
CustomAction>
</
Elements>
No comments:
Post a Comment