gallery和下面的第一个button的图像必须是相同的吗?
定义了gallery,下面设置了三个button,然后在ribbon .js里定义了GetImage函数,发现当add_classification和secret对应的图像不相同时,三个button的图像都不会显示出来,只有add_classification和secret对应的图像相同时,gallery和三个button的图像都能都正常显示。这是为什么?
```
<gallery id="add_classification" label="添加密级" getEnabled="OnGetEnabled" getImage="GetImage" visible="true" size="large" >
<button id="secret" label="秘密" getImage="GetImage" />
<button id="confidential" label="机密" getImage="GetImage" />
<button id="top_secret" label="绝密" getImage="GetImage" />
</gallery>
```
@金山办公