Specifies the location of the
container’s anchor point when it is placed by using a positioned
layout strategy.
SyntaxReference_Syntax.anchorType = "topLeft | topCenter | topRight | middleLeft | middleCenter | middleRight | bottomLeft | bottomCenter | bottomRight"
Values
Type
|
Values
|
String
|
topLeft (default)
Top
left corner of the container.
Center
of the top edge of the container.
Top
right corner of the container.
Middle
of the left edge of the container.
Middle
of the container.
Middle
of the right edge of the container.
Bottom
left corner of the container.
Center
of the bottom edge of the container.
Bottom
right corner of the container.
|
JavaScriptTextField1.anchorType = "bottomRight";
FormCalcTextField1.anchorType = "bottomRight"
|
|
|