Form Control Layout complex element

The form control element specifies the dimension of the control container and the position of the container for a specific layout.

Syntax


<FormControlLayout>
     <FormControlLayouts />
     <FormControlUniqueId>String</FormControlUniqueId>
     <FromTemplate>Boolean</FromTemplate>
     <Height>Integer</Height>
     <Left>Integer</Left>
     <Top>Integer</Top>
     <Width>Integer</Width>
     <ZIndex>Integer</ZIndex>
</FormControlLayout>

        

Element Characteristics

Characteristic Description
Data type and length String
Default value None
Cardinality 1..1: Required element that occurs only once.

Element Attributes

Attribute Description
  Required.

Relationships

Relationship Element
Parent element Form/FormLayouts/FormControlLayouts
Child elements See the child element table.

Parent Element Namespace

Prefix Namespace
d2p1 http://schemas.datacontract.org/2004/07/Nintex.Forms.FormControls

Parent Element

Attribute Description
  Required.

Child Elements

Name Data Type Default value Cardinality Description
FormControlLayouts String Blank 1..1 A list that specifies the form control layouts.
FormControlUniqueId String GUID of associated control 1..1 The ID for the Form Control. Form/FormControls/UniqueId.
FromTemplate Boolean depends on control 1..1 True if it has come from the template; otherwise, false.
Height Integer depends on control 1..1 The height in pixels.
Left Integer depends on control 1..1 The position from the left of the container in units.
Top Integer depends on control 1..1 The position from the top of the container in units.
Width Integer depends on control 1..1 The width.
ZIndex Integer depends on control 1..1 The z-index of the control.

Example

The following example contains an example of the complex element.


<FormControlLayout>
     <FormControlLayouts />
     <FormControlUniqueId>cf5df355-152f-45f7-acbb-0eeb2c2829d5</FormControlUniqueId>
     <FromTemplate>true</FromTemplate>
     <Height>70</Height>
     <Left>0</Left>
     <Top>0</Top>
     <Width>700</Width>
     <ZIndex>100</ZIndex>
</FormControlLayout>

            

Related information

Form XML Complex Elements