Advertisement
PtiTom

SP 2010 Course Feature

Apr 19th, 2011
465
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.98 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
  3.   <CustomAction
  4.  Id="NewUIRibbonControl"
  5.  RegistrationType="List"
  6.  RegistrationId="101"
  7.  Location="CommandUI.Ribbon">
  8.   <CommandUIExtension>
  9.     <CommandUIDefinitions>
  10.       <CommandUIDefinition
  11.        Location="Ribbon.Documents.New.Controls._children">
  12.         <Button
  13.          Id="NewUIRibbonControl.ShowHelp"
  14.          Alt="Help"
  15.          Sequence="1981"
  16.          Command="ShowHelp"
  17.          Image32by32="/_layouts/images/lab09/dochelp.png"
  18.          LabelText="Help Videos"
  19.       TemplateAlias="o1"/>
  20.         </CommandUIDefinition>
  21.       </CommandUIDefinitions>
  22.       <CommandUIHandlers>
  23.         <CommandUIHandler
  24.          Command="ShowHelp"
  25.          CommandAction="javascript:window.open(
  26. 'http://msdn.microsoft.com/en-gb/sharepoint/ee663870.aspx');" />
  27.       </CommandUIHandlers>
  28.     </CommandUIExtension>
  29.   </CustomAction>
  30. </Elements>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement