You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CS/Ribbon.xml
+83-33Lines changed: 83 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,20 @@ Use the following tags to remove indivdual ribbons when this loads
17
17
Or use the following tag to remove all other ribbons when this loads
18
18
<ribbon startFromScratch="true">
19
19
-->
20
-
21
-
<ribbon>
20
+
<ribbonstartFromScratch="false">
21
+
<qat>
22
+
<sharedControls >
23
+
<button
24
+
idMso ="Camera"
25
+
label="Excel Camera"
26
+
screentip="Microsoft Excel Camera"
27
+
supertip="This tool allows you to take a snapshot of a selected datasheet portion, it also syncs the data with the image; whenever you make changes to the original data set, live image gets updated, showing you the latest cells values. "
28
+
/>
29
+
</sharedControls>
30
+
<documentControls >
31
+
<buttonidMso="Cut"/>
32
+
</documentControls>
33
+
</qat>
22
34
<tabs>
23
35
<tab
24
36
id="tabScriptHelp"
@@ -437,37 +449,6 @@ Or use the following tag to remove all other ribbons when this loads
437
449
/>
438
450
</menu>
439
451
</group>
440
-
<group
441
-
id="grpAnnotation"
442
-
label="Annotate"
443
-
imageMso="Camera"
444
-
getVisible="GetVisible">
445
-
<button
446
-
idMso="Camera"
447
-
label="Excel Camera"
448
-
size="normal"
449
-
screentip="Microsoft Excel Camera"
450
-
supertip="This tool allows you to take a snapshot of a selected datasheet portion, it also syncs the data with the image; whenever you make changes to the original data set, live image gets updated, showing you the latest cells values. "
451
-
/>
452
-
<button
453
-
id="btnSnippingTool"
454
-
label="Snipping Tool"
455
-
onAction="OnAction"
456
-
getImage="GetButtonImage"
457
-
size="normal"
458
-
screentip="Microsoft Snipping Tool"
459
-
supertip="Snipping Tool is a screenshot utility included in Microsoft Windows. It can take screenshots of an open window, rectangular areas, a free-form area, or the entire screen."
460
-
/>
461
-
<button
462
-
id="btnProblemStepRecorder"
463
-
label="Record Steps"
464
-
onAction="OnAction"
465
-
getImage="GetButtonImage"
466
-
size="normal"
467
-
screentip="Microsoft Problem Steps Recorder"
468
-
supertip="Problem Steps Recorder or PSR records the actions you take on your computer which you can then send to the person or group helping you with your computer problem."
469
-
/>
470
-
</group>
471
452
<group
472
453
id="grpHelp"
473
454
label="Help"
@@ -546,4 +527,73 @@ Or use the following tag to remove all other ribbons when this loads
supertip="Snipping Tool is a screenshot utility included in Microsoft Windows. It can take screenshots of an open window, rectangular areas, a free-form area, or the entire screen."
<labelControlid="ebox2"label="Snipping Tool is a screenshot utility included in Microsoft Windows. It can take screenshots of an open window, rectangular areas, a free-form area, or the entire screen." />
547
+
</layoutContainer>
548
+
</topItems>
549
+
</group>
550
+
<groupid="grpTwo"label="Microsoft Problem Steps Recorder" >
551
+
<primaryItem>
552
+
<button
553
+
id="btnProblemStepRecorder"
554
+
label="Record Steps"
555
+
onAction="OnAction"
556
+
getImage="GetButtonImage"
557
+
screentip="Microsoft Problem Steps Recorder"
558
+
supertip="Problem Steps Recorder or PSR records the actions you take on your computer which you can then send to the person or group helping you with your computer problem."
559
+
/>
560
+
</primaryItem>
561
+
<topItems>
562
+
<labelControlid="ebox3"label="Problem Steps Recorder or PSR records the actions you take on your computer which you can then send to the person or group helping you with your computer problem."/>
0 commit comments