adding new tab to visual studio office ribbon

Review Request #3100 — Created May 10, 2012 and discarded

Information

Django Evolution (deprecated)

Reviewers

This code add a ribbon to office outlook 2010

 
<tab id="MyTab" label="AmdocsTool" getVisible="MyTab_GetVisible">
        <group id="ContentGroup" label="Content">
          <button id="textButton" label="Apply for leave"
               screentip="Text" onAction="OnTextButton"
               supertip="Inserts text at the cursor location."/>
          <button id="tableButton" label="Cancel Leave"
               screentip="Table" onAction="OnTableButton"
               supertip="Inserts a table at the cursor location."/>
        </group>
      </tab>
      <tab idMso="TabMail">
        <group id="ContentGroup1" label="Content">
          <button id="textButton1" label="Apply for leave"
               screentip="Text" onAction="OnTextButton1"
               supertip="Inserts text at the cursor location."/>
          <button id="tableButton1" label="Cancel Leave"
               screentip="Table" onAction="OnTableButton1"
               supertip="Inserts a table at the cursor location."/>
        </group>
        
 

AN
david
  1. This review board is a live production system. If you intended this as a test, please use demo.reviewboard.org instead.
  2. 
      
AN
Review request changed
Status:
Discarded
Loading...