Freigeben über


<column> (FormXml)

Betrifft: CRM 2015 on-prem, CRM Online

Gibt eine Spalte in einem Registerkartenelement an.

Syntax

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

Attribute und Elemente

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

Attribute

Attribute Description Type Usage

width

Specifies the width of a column by a percentage.

String (FormPercentageType)

Required

Untergeordnete Elemente

Element Description

<sections> (FormXml)

Enthält die Definitionen von im Formularlayout verwendeten Abschnitten.

Übergeordnete Elemente

Element Description

<columns> (FormXml)

Enthält die Spalten auf einer Registerkarte.

Anmerkungen

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

Beispiel

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

Elementinformationen

Schema Name

complexType

Validation File

FormXml.xsd

Number of Occurrences

1 to 3

XPath

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

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.