J
jsrogol
I have developed the beginnings of a custom Ribbon. I have attempted to
impliment the callbacks and it continues to tell me that my onAction event
hasn't been declared. Unfortunately I can't find any reference anywhere on
how this is done.
Below is part of the code:
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
<ribbon startFromScratch="true">
<tabs>
<tab id="tabReport" label="Reports">
<group id="grpReports" label="Reports">
<separator id="rptSep1"/>
<menu id="sbMnuReports-1" label="Reports" size="large">
<menuSeparator id="msep1" title="Blood and Body Fluid"/>
<button id="rpt4" label="Single Incident" onAction="RibNewBBF"/>
etc.....
Any help would be appreciated.
impliment the callbacks and it continues to tell me that my onAction event
hasn't been declared. Unfortunately I can't find any reference anywhere on
how this is done.
Below is part of the code:
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
<ribbon startFromScratch="true">
<tabs>
<tab id="tabReport" label="Reports">
<group id="grpReports" label="Reports">
<separator id="rptSep1"/>
<menu id="sbMnuReports-1" label="Reports" size="large">
<menuSeparator id="msep1" title="Blood and Body Fluid"/>
<button id="rpt4" label="Single Incident" onAction="RibNewBBF"/>
etc.....
Any help would be appreciated.