ribbon.xml group 标签无法显示

<tab id="wpsAddinTab" label="订单助手">

<group id="groupDocment" label=“订单生成" visible="true">

<button id="btnTitle" label="订单录入" onAction="OnAction" getEnabled="OnGetEnabled" getImage="GetImage" visible="true" size="large"/>

<button id="btnOutline" label="订单支付" onAction="OnAction" getEnabled="OnGetEnabled" getImage="GetImage" visible="true" size="large"/>

<button id="btnGenerate" label="订单存储" onAction="OnAction" getEnabled="OnGetEnabled" getImage="GetImage" visible="true" size="large"/>

<separator id="separator" />

</group>

>

以上ribbon.xml 无法显示group组标签 订单生成,有什么解决办法?

河南省
浏览 88
收藏
4
分享
4 +1
6
+1
全部评论 6
 
<customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui" onLoad="RibbonOnload"> <ribbon> <tabs>
· 重庆
回复
<tab id="groupDocmenu" label="订单助手" > <group id="groupKeShiHua" label="订单生成" image="ToolsAboutMe"> <button id="btnTitl" label="订单录入" size="large" screentip="X" onAction="Y" image="Ico1" /> <button id="btnOutline" label="订单支付" size="large" screentip="X" onAction="Y" image="Ico2" /> <button id="btnGenerate" label="订单存储" size="large" screentip="X" onAction="Y" image="Ico3" /> </group> </tab> </tabs> </ribbon> </customUI>
· 重庆
回复
 
懒得批爆

创作者俱乐部成员

点击查看对话「Ribbon XML订单生成代码问题解决」https://lingxi.wps.cn/share/Opz5PzXbDRRY 以上答案由WPS灵犀生成。
· 四川省
回复
感谢你的回复,标签仍然不显示,已经在wpsjs加载项验证过
· 河南省
回复