Freigeben über


<tabs> (FormXml)

Betrifft: CRM 2015 on-prem, CRM Online

Enthält die Registerkartendefinitionen für ein Formular.

Syntax

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

Attribute und Elemente

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

Attribute

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

Untergeordnete Elemente

Element Description

<tab> (FormXml)

Gibt ein Registerkartenelement in der Organisation eines Formulars an.

Übergeordnete Elemente

Element Description

<form> (FormXml)

Enthält die Definition eines Formulars.

Anmerkungen

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.

Elementinformationen

Schema Type

complexType

Validation File

FormXml.xsd

Number of Occurrences

0 or more

XPath

//FormXml/forms/systemform/form/tabs

Siehe auch

Konzepte

Anpassen von Entitätsformularen

Weitere Ressourcen

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.