Del via


<column> (FormXml)

Gælder for: CRM 2016 on-prem, CRM Online

Angiver en kolonne i et element under en fane.

Syntaks

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

Attributter og elementer

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

Attributter

Attribute Description Type Usage

width

Specifies the width of a column by a percentage.

String (FormPercentageType)

Required

Underordnede elementer

Element Description

<sections> (FormXml)

Indeholder definitionerne på sektioner, der bruges i formularlayoutet.

Overordnede elementer

Element Description

<columns> (FormXml)

Indeholder kolonnerne under en fane.

Bemærkninger

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

Eksempel

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

Elementoplysninger

Schema Name

complexType

Validation File

FormXml.xsd

Number of Occurrences

1 to 3

XPath

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

Se også

Begreber

Tilpasning af objektformularer

Andre ressourcer

Form XML reference

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