vendredi 19 décembre 2014

Adding Custom Ribbon to List Tools



I Think I have tried every variation from all of the sources I can find, except for the correct one. I want to add a ribbon button the the List Tools tab on lists. Here is what I am doing:



<?xml version="1.0" encoding="utf-8"?>

<Elements xmlns="http://ift.tt/sQmbje">

<CustomAction

Id="Ribbon.List.Actions.AddAButton"

Location="CommandUI.Ribbon"

RegistrationId="100"

RegistrationType="List"

Title="Add a Ribbon Button">

<CommandUIExtension>

<CommandUIDefinitions>

<CommandUIDefinition

Location="Ribbon.List.Actions.Controls._children">

<Button Id="Ribbon.List.Actions.NewRibbonButton"

Command="NewRibbonButtonCommand"

Sequence="5"

Image16by16="/_layouts/WPImages/excel.png"

Image32by32="/_layouts/WPImages/excel.png"

LabelText="Hello World"

TemplateAlias="o1" />

</CommandUIDefinition>

</CommandUIDefinitions>

<CommandUIHandlers>

<CommandUIHandler

Command="NewRibbonButtonCommand"

CommandAction="javascript:alert('Hello, world');" />

</CommandUIHandlers>

</CommandUIExtension>

</CustomAction>

<CustomAction Id="export.ScriptLink.jQuery"

Location="ScriptLink"

ScriptSrc="js/exportToExcel.js"

Sequence="10010">

</CustomAction>





</Elements>


I am missing something small I know. I just need a bit of help please. Thanks!!








0 commentaires:

Enregistrer un commentaire