Partager via


<column> (FormXml)

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

Spécifie une colonne dans un élément d'onglet.

Syntaxe

<column width="String">
 <sections />
</column>

Attributs et éléments

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

Attributs

Attribute Description Type Usage

width

Specifies the width of a column by a percentage.

String (FormPercentageType)

Required

Éléments enfants

Element Description

<sections> (FormXml)

Contient les définitions de sections utilisées par la disposition du formulaire.

Éléments parents

Element Description

<columns> (FormXml)

Contient les colonnes au sein d'un onglet.

Remarques

The width attribute must match this regular expression: ^(100|[0-9]{1,2})%$

Exemple

<column width="100%">
 <sections />
</column>

Informations sur l'élément

Schema Name

complexType

Validation File

FormXml.xsd

Number of Occurrences

1 to 3

XPath

//FormXml/forms/systemform/form/tabs/tab/columns/column

Voir aussi

Concepts

Personnaliser les formulaires d’entités

Autres ressources

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.