<tabs> (FormXml)

Si applica a: CRM 2016 on-prem, CRM Online

Contiene le definizioni delle schede per un modulo.

Sintassi

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

Attributi ed elementi

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

Attributi

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

Elementi figlio

Element Description

<tab> (FormXml)

Specifica un elemento scheda nell'organizzazione di un modulo.

Elementi padre

Element Description

<form> (FormXml)

Contiene la definizione di un modulo.

Note

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.

Informazioni elemento

Schema Type

complexType

Validation File

FormXml.xsd

Number of Occurrences

0 or more

XPath

//FormXml/forms/systemform/form/tabs

Vedere anche

Concetti

Personalizzare moduli di entità

Altre risorse

Form XML reference

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