停用文件按钮“jewel”中的项目在 2011 年客户关系管理中
是否可以隐藏或停用文件按钮中也称为宝石按钮的菜单项?我可以使用 JavaScript 完全隐藏文件按钮,但我只想隐藏或禁用弹出菜单中的某些菜单项。
先感谢您
is it possible to hide or deactivate a menu item in the file button called also jewel button? I´m able to hide completely the file button with javascript, but I want to hide or disable only some menu items in the flyout menu.
Thank you in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您将在应用程序功能区中找到这些 Jewel 按钮。您可以选择通过一些隐藏 HideCustomActions 在您的customizations.xml 中隐藏这些按钮。您将找到的一些 Jewel 按钮的名称如下:
例如,在您的customizations.xml 中的约会ribbondiffxml 部分中,您可以有一个
HideCustomAction
,如下所示:You will find these Jewel buttons within the application ribbon. You can choose to hide these buttons in your customizations.xml via some hide HideCustomActions. The names of some of the Jewel buttons you will find are:
For example, within your appointment ribbondiffxml section within your customizations.xml, you could have a
HideCustomAction
like: