<footer> (FormXml)

Si applica a: CRM 2016 on-prem, CRM Online

Visualizza le informazioni di sola lettura nella parte inferiore di un modulo.

Nota

Web resources cannot be added to form footer elements.

Sintassi

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

Attributi ed elementi

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

Attributi

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

Elementi figlio

Element Description

<rows> (FormXml)

Specifica le righe utilizzate per comporre il layout del modulo.

Elementi padre

Element Description

<form> (FormXml)

Contiene la definizione di un modulo.

Informazioni elemento

Schema Type

FormXmlHeaderFooterType

Validation File

FormXml.xsd

Number of Occurrences

0 or 1

XPath

//FormXml/forms/systemform/form/footer

Vedere anche

Concetti

Personalizzare moduli di entità

Altre risorse

Form XML reference

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