简体   繁体   English

是否可以在Dynamics CRM 2011中的表单上创建选项卡式界面?

[英]Is it possible to create tabbed interface on a form in Dynamics CRM 2011?

Is it possible to add tabs to a Dynamics CRM 2011 form? 是否可以向Dynamics CRM 2011表单添加选项卡? I'm not talking about the "tabs" that are basically vertical sections on the form, which you can click the links on the navigation portion of the form to jump to. 我不是在谈论表单上基本垂直部分的“选项卡”,您可以单击表单导航部分上的链接跳转到。

I want a real tabbed interface like the screenshot below. 我想要一个真正的标签界面,如下面的截图。 Something like the jQuery tabs plugin 类似jQuery标签插件的东西

表格上的标签

If that is possible, is it possible to programmatically ( using javascript/xrm perhaps? ) select which tab to set to be active/show? 如果可能,是否可以以编程方式(使用javascript / xrm?)选择要设置为活动/显示的选项卡?

By default there is no way to do that. 默认情况下,没有办法做到这一点。 This tab system was retired in CRM 2011, in CRM 4 all forms had tabs like that. 此选项卡系统在CRM 2011中已停用,在CRM 4中,所有表单都有类似标签。

The only way to do that is through Web Resources (HTML or Silverlight) but you have to add manually the controls and databinding also. 唯一的方法是通过Web资源(HTML或Silverlight),但您还必须手动添加控件和数据绑定。 Searching if exist any sample to follow i found this article take a look. 搜索是否存在任何要遵循的样本我发现这篇文章看一看。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM