Compartir a través de


<footer> (FormXml)

Se aplica a: CRM 2016 on-prem, CRM Online

Muestra información de solo lectura en la parte inferior de un formulario.

Nota

Web resources cannot be added to form footer elements.

Sintaxis

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

Atributos y elementos

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

Atributos

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

Elementos secundarios

Element Description

<rows> (FormXml)

Especifica filas usadas para componer el diseño de formularios.

Elementos primarios

Element Description

<form> (FormXml)

Contiene la definición de un formulario.

Información del elemento

Schema Type

FormXmlHeaderFooterType

Validation File

FormXml.xsd

Number of Occurrences

0 or 1

XPath

//FormXml/forms/systemform/form/footer

Vea también

Conceptos

Personalizar los formularios de entidad

Otros recursos

Form XML reference

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