<tabs> (FormXml)

应用到: CRM 2015 on-prem, CRM Online

包含窗体的选项卡定义。

语法

<tabs 
 addedby="String"
 showlabels="true" 
 >
 <tab />
</tabs>

属性和元素

The following describes the attributes, child elements, and parent elements.

属性

Attribute Description Type Usage

addedby

Identifies the name of the ISV or customizer that added the element.

String

Optional

showlabels

Specifies whether the tabs are displayed.

Boolean

Optional

子元素

Element Description

<tab> (FormXml)

指定窗体组织中的选项卡元素。

父元素

Element Description

<form> (FormXml)

包含窗体的定义。

备注

If the showlabels attribute is set to false, the tabs on a form will be hidden. You should set this to false only when there is one tab on the form. Otherwise, users will not be able to navigate to other tabs.

元素信息

Schema Type

complexType

Validation File

FormXml.xsd

Number of Occurrences

0 or more

XPath

//FormXml/forms/systemform/form/tabs

另请参阅

概念

自定义实体窗体

其他资源

Form XML reference

Microsoft Dynamics CRM 2015 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.