<column> (FormXml)

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

Specifica una colonna all'interno di un elemento scheda.

Sintassi

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

Attributi ed elementi

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

Attributi

Attribute Description Type Usage

width

Specifies the width of a column by a percentage.

String (FormPercentageType)

Required

Elementi figlio

Element Description

<sections> (FormXml)

Contiene le definizioni delle sezioni utilizzate nel layout del modulo.

Elementi padre

Element Description

<columns> (FormXml)

Contiene le colonne all'interno di una scheda.

Note

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

Esempio

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

Informazioni elemento

Schema Name

complexType

Validation File

FormXml.xsd

Number of Occurrences

1 to 3

XPath

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

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.