Extends
Members
-
Positions a widget below the top border of the layout.
-
Positions a widget in the center of the layout. The main content of the layout should be in the center.
-
Positions a widget inside the left border of the layout.
-
Positions a widget below the right border of the layout.
-
Positions a widget below the top border of the layout.
-
Preferred height of the widget in pixels. If its value is between -1 and 1, it is interpreted as a percentage of the parent's height.
- Default Value:
- {PUXI.LayoutOptions.WRAP_CONTENT}
-
horizontalAlign PUXI.ALIGN
-
Alignment of the widget horizontally in its region.
- Default Value:
- {PUXI.ALIGN.LEFT}
-
The bottom margin in pixels of the widget.
- Default Value:
- 0
-
The left margin in pixels of the widget.
- Default Value:
- 0
-
The right margin in pixels of the widget.
- Default Value:
- 0
-
This top margin in pixels of the widget.
- Default Value:
- 0
-
The border along which the widget is to be placed. This can be one of
POS_LEFT
,POS_TOP
,POS_RIGHT
,POS_BOTTOM
.- Default Value:
- {PUXI.BorderLayoutOptions#REGION_CENTER}
-
verticalAlign PUXI.ALIGN
-
Alignment of the widget vertically in its region.
- Default Value:
- {PUXI.ALIGN.TOP}
-
Preferred width of the widget in pixels. If its value is between -1 and 1, it is interpreted as a percentage of the parent's width.
- Default Value:
- {PUXI.LayoutOptions.WRAP_CONTENT}