cpr.controls.layouts.FormHorizontalAlign

How to place controls horizontally within a form layout section

Index

Properties
Name Type Description
fill String Fill it up.
left String Align to the left.
middle String Place it in the middle.
center String Place it in the middle.
right String Align to the right.

Properties

fill
type String
Fill it up.
left
type String
Align to the left.
middle
deprecatedUse center instead.
type String
Place it in the middle.
center
type String
Place it in the middle.
right
type String
Align to the right.