![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I've got this xml (see below) that creates a simple ribbon but I'd like to add the 'window' group (groupWindowAccess) but loadCustomGUI() gives me this error * group is unexpected according to the content model of parent element 'documentControls' is this saying the 'group' is not valid for a qat ribbon ? if I use button instead of group, I can * the specified control type 'button' is incompatible with the actual control type 'group' ID: groupWindowAccess is it even possible to have a 'window' group on a qat ribbon ? customUI xmlns="http://schemas.microsoft.com/office/2006/01/ customui" * *<ribbon startFromScratch="true" * * *<qat * * * *<documentControls * * * * * <button idMso="FileSave"/ * * * * * <button idMso="Copy"/ * * * * * <button idMso="Paste"/ * * * * * <button idMso="PrintDialogAccess"/ * * * * * <button idMso="PrintPreviewClose"/ * * * * * <button idMso="FilterBySelection"/ * * * * * <button idMso="ApplyFilter"/ * * * * * <button idMso="AdpOutputOperationsSortAscending"/ * * * * * <button idMso="AdpOutputOperationsSortDescending"/ * * * * * <button idMso="ExportExcel"/ * * * * * <button idMso="ExportWord"/ * * * * * <group *idMso="GroupWindowAccess"></group * * * * * <button idMso="FileExit"/ * * * *</documentControls * * *</qat * *</ribbon /customUI |
![]() |
| Thread Tools | |
| Display Modes | |
| |