共用方式為


<tabs> (FormXml)

適用於: CRM 2016 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 2016 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.