cpr.controls.gridpart.ControlConstraint

Constraint control of the cell inside.

Index

Properties
Name Type Description
bottomSpacing Number Control bottom spacing.
height String Vertical size.
horizontalAlign FormHorizontalAlign How to horizontally align cells
leftSpacing Number Spacing left of control.
rightSpacing Number Spacing to the right of the control.
topSpacing Number Control top spacing.
verticalAlign FormVerticalAlign How to align vertically within a cell
width String Horizontal size.

Properties

bottomSpacing
type Number
Control bottom spacing.
height
type String
Vertical size. Ignored if vertical alignment is full.
horizontalAlign
type FormHorizontalAlign
How to horizontally align cells
leftSpacing
type Number
Spacing left of control.
rightSpacing
type Number
Spacing to the right of the control.
topSpacing
type Number
Control top spacing.
verticalAlign
type FormVerticalAlign
How to align vertically within a cell
width
type String
Horizontal size. If the horizontal alignment method is full, it is ignored.