Specifies the placement of
the caption.
SyntaxReference_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.
|
JavaScriptTextField1.caption.placement = "left";
FormCalcTextField1.caption.placement = "left"
|
|
|