Partager via


<tabs> (FormXml)

S'applique à: CRM 2016 on-prem, CRM Online

Contient les définitions d'onglet pour un formulaire.

Syntaxe

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

Attributs et éléments

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

Attributs

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

Éléments enfants

Element Description

<tab> (FormXml)

Spécifie un élément d'onglet dans l'organisation d'un formulaire.

Éléments parents

Element Description

<form> (FormXml)

Contient la définition d'un formulaire.

Remarques

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.

Informations sur l'élément

Schema Type

complexType

Validation File

FormXml.xsd

Number of Occurrences

0 or more

XPath

//FormXml/forms/systemform/form/tabs

Voir aussi

Concepts

Personnaliser les formulaires d’entités

Autres ressources

Form XML reference

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