Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
I want a separator before and after the menu.
This my XML Code.

<customaction id="UserInterfaceCustomActions.DocLibActionsToolbar">
                RegistrationType="List"
                RegistrationId="101"
                Rights="ManageWeb"
                GroupId="ActionsMenu"
                Location="Microsoft.SharePoint.StandardMenu"
                Sequence="1000"
                Title="Analyse Document"
                Description="Analyse file(s)/folder(s) in this library"
                ImageUrl="/_layouts/images/FRXImages/FRXFile_Detector.gif">
    <urlaction url="_layouts/FRXFileLength.aspx?List={ListId}" />
  </customaction>
  
Thanks, 
Krishna
Posted
Updated 1-Jul-13 1:49am
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900