• Grumpy Wookie

    View Chris OConnor's profile on LinkedIn

  • Archives

  • Top Posts

  • Flickr Photos

    4780_113082538658_784073658_2905444_7437417_n

    4780_113082533658_784073658_2905443_6843979_n

    4780_113082528658_784073658_2905442_8369531_n

    4780_113082523658_784073658_2905441_776992_n

    4780_113082518658_784073658_2905440_3601069_n

    4780_113082513658_784073658_2905439_2663807_n

    More Photos
  • Recent Visitors

  • Blog Stats

    • 178,762 hits

Add to the menus in SharePoint

Within the SharePoint UI, there are a number of drop-down menu’s that can be customised.   These are known as CustomActions – and it’s as easy as editing some XML file to include new options – and then develop the specific functionality that the menu option will initiate.

The following is from a great article at thekid.me.uk – lots of great posts – have to check it out (and subscribe) :

SharePoint gives a lot of opportunities to customize the user interface and add your own customizations.

There are a lot of examples of modifying the ‘EditControlBlock’, the drop down actions list shown on list items in a list view, and adding custom functionality to the ‘Actions’ menu of the list view.

The sample project adds two items to a list view

…one to the ‘EditControlBlock’, which allows you to make a copy of the selected list item

image

…another which adds an items to the Actions menu, which allows you to delete all the items in the current list.

image

Click here to read the full article : Sample CustomActions for SharePoint

2 Responses

  1. [...] Como añadir nuevas opciones al menú de ítem y al menu de lista en SharePoint. [...]

  2. [...] Como añadir nuevas opciones al menú de ítem y al menu de lista en SharePoint. [...]

Leave a Reply