placement

Specifies the placement of the caption.

Syntax

Reference_Syntax.placement = "left | right | top | bottom | inline"

Values

Type

Values

String

  • left (default)

  • right

  • top

  • bottom

  • inline

Locates the caption to the left of the content.

  • right

  • top

  • bottom

  • inline

Locates the caption to the right of the content.

  • top

  • bottom

  • inline

Locates the caption above the content.

  • bottom

  • inline

Locates the caption below of the content.

  • inline

Locates the caption inline immediately before to the content.

Applies to

Model

Object

Form Model

caption

Version

XFA 2.1

Examples

JavaScript

TextField1.caption.placement = "left";

FormCalc

TextField1.caption.placement = "left"

// Ethnio survey code removed