<footer> (FormXml)

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Displays read-only information at the bottom of a form.

Note

Web resources cannot be added to form footer elements.

Syntax

<footer 
 celllabelalignment=["Center " | "Left" | "Right"]
 celllabelposition=["Top " | "Left"]
 columns="Integer"
 id="String"
 labelwidth="Integer" >
 <rows />
</footer>

Attributes and Elements

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

Attributes

Attribute

Description

Type

Usage

celllabelalignment

Valid Values:

  • Center

  • Left

  • Right

Enumeration

Optional

celllabelposition

Valid Values:

  • Top

  • Left

Enumeration

Optional

columns

For internal use only.

Non Negative Integer

Optional

id

Unique ID for the footer.

String (FormGuidType)

Required

labelwidth

Defines the horizontal space for a footer label in pixels. The default is 110 pixels.

Non Negative Integer

Optional

Child Elements

Element

Description

<rows> (FormXml)

Specifies rows used to compose form layout.

Parent Elements

Element

Description

<form> (FormXml)

Contains the definition of a form.

Element Information

Schema Type

FormXmlHeaderFooterType

Validation File

FormXml.xsd

Number of Occurrences

0 or 1

XPath

//FormXml/forms/systemform/form/footer

See Also

Customize entity forms
Form XML reference

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright