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.
Locates the
caption to the right of the content.
Locates the
caption above the content.
Locates the
caption below of the content.
Locates
the caption inline immediately before to the content.
|
JavaScript
TextField1.caption.placement = "left";
FormCalc
TextField1.caption.placement = "left"
|
|
|