<column> (FormXml)

적용 대상: CRM 2016 on-prem, CRM Online

탭 요소 내에서 열을 지정합니다.

구문

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

특성 및 요소

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

특성

Attribute Description Type Usage

width

Specifies the width of a column by a percentage.

String (FormPercentageType)

Required

하위 요소

Element Description

<sections> (FormXml)

양식 레이아웃에 사용되는 섹션의 정의가 들어 있습니다.

상위 요소

Element Description

<columns> (FormXml)

탭 내의 열이 들어 있습니다.

설명

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

예제

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

요소 정보

Schema Name

complexType

Validation File

FormXml.xsd

Number of Occurrences

1 to 3

XPath

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

참고 항목

개념

엔터티 양식 사용자 지정

기타 리소스

Form XML reference

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