cpr.controls.layouts.FormVerticalAlign

How to vertically position controls within a form layout section.

Index

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

Properties

fill
type String
Fill it up.
top
type String
Align to the top.
middle
deprecatedUse FormVerticalAlign#center instead.
type String
Place it in the middle.
center
type String
Place it in the middle.
bottom
type String
Align to the bottom.