Customizing SharePoint Context Menu Quick Links

Friday, June 1, 2007, 17:15
This news item was posted in Tutorial category and has 0 Comments so far.

Have these bookmarked and thought I’d share them with everyone:

  • Meanings of variables in the context menu’s script - if you are building a web part that displays context menus for list items - just like the context menus that SharePoint builds out of the box, you need to know the meaning of the attributes that you need to add to the table that holds the item
  • Create Your Own Context Menu - provides some source code to give the site owner edit access to the document libary and he or she can modify the update content in Word, click save and the content will be written right out to the web part page via the first content editor.
  • Documents in Document Libraries

    <A onfocus=”OnLink(this)” href=”http://myportal/myDocLibrary/Myocument.doc” onclick=”DispDocItemEx(this,’FALSE’,'FALSE’,'TRUE’,'SharePoint.OpenDocuments.2′)”>
    MyDocument.doc </A>

    Use this href instead of the other and you’ll get the version of MSWord where you can save the document straight back to the library.

  • Customizing SharePoint Context Menus - AWESOME walkthrough which demonstrats one way in which SharePoint Document Library drop-down menus can be augmented with custom menu items


Have any that you would like to share?

Related Posts:

  • Top SharePoint Links 07.15.07
  • Here are the top SharePoint links for last week of July 8th to 15th 2007 Free SharePoint Addons - There are some great Free SharePoint Addons
  • Top SharePoint Buzz Posts for June 2007
  • SharePoint Buzz had another amazing month of growth compared to May 2007. More than 11% growth in pageviews and 18% growth in visits.
  • Quick Sharepoint Customization Branding Links
  • The MSDN team has just posted some great content for the customization freaks. MSDN has a three part series on branding and customizing the
  • Quick CSS Tip: Remove Recycle Bin Link from QuickLaunch Menu
  • A client wanted to remove the Recylce Bin menu item from the Quick Launch Menu. This can be easily achieved using CSS customization for
  • Master Page Monday’s
  • Every Monday, we will have posts that are centralized around Master Page, Page Layouts and anything Branding related. Lets start off this week with
    Both comments and pings are currently closed.

    Comments are closed for this Article !