ribbon.xml 706 B

12345678910111213
  1. <customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui" onLoad="OnWPSWorkTabLoad">
  2. <ribbon startFromScratch="false">
  3. <tabs>
  4. <tab id="WeOfficeWPSExtTab" getLabel="getTitle">
  5. <group id="btnDemoGroup" label="OA控件">
  6. <button id="btnRefreshVersion" getLabel="GetVersionText" onAction="OnAction" enable="true" visible="true" size="normal" screentip="更新加载项"/>
  7. <button id="btnShowLogPane" label="显示日志" onAction="OnAction" size="normal"/>
  8. <button id="btnShowOAStatus" getLabel="OnGetLabel" size="normal"/>
  9. </group>
  10. </tab>
  11. </tabs>
  12. </ribbon>
  13. </customUI>