Spaces:
Running
Running
File size: 985 Bytes
776a240 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui" onLoad="OnAddinLoad">
<ribbon startFromScratch="false">
<tabs>
<tab id="wpsAddinTab" label="畅心测试">
<group id="btnDemoGroup" label="group1">
<button id="btnShowMsg" label="测试弹框" onAction="OnAction" getEnabled="OnGetEnabled" getImage="GetImage" visible="true" size="large"/>
<button id="fbnq" label="斐波那契数组指定项生成" onAction="OnAction" getEnabled="OnGetEnabled" getImage="GetImage" visible="true" size="large"/>
<button id="btnIsEnbable" getLabel="OnGetLabel" onAction="OnAction" enabled="true" getImage="GetImage" visible="true" size="large"/>
<button id="btnShowcx" label="测试网页" onAction="OnAction" getEnabled="OnGetEnabled" getImage="GetImage" getVisible="OnGetVisible" size="large"/>
</group>
</tab>
</tabs>
</ribbon>
</customUI> |