cpr.core.DialogCascadeSortOptions

Index

Properties
Name Type Description
height Number The height of the dialog.
horizontalMargin Number Left and right margins of the area displaying the dialog.
horizontalSpacing Number Left space between dialogs.
keepDialogSize Boolean Whether to maintain the dialog size.
verticalMargin Number Top and bottom margins of the area displaying the dialog.
verticalSpacing Number Top space between dialogs.
width Number Width of the dialog.

Properties

height
type Number
The height of the dialog. If keepDialogSize is true, this property value is ignored. The default is set to the height calculated from the container.
horizontalMargin
type Number
Left and right margins of the area displaying the dialog. Default is 0.
horizontalSpacing
type Number
Left space between dialogs. The default is 32.
keepDialogSize
type Boolean
Whether to maintain the dialog size. The default is false.
verticalMargin
type Number
Top and bottom margins of the area displaying the dialog. Default is 0.
verticalSpacing
type Number
Top space between dialogs. The default is 32.
width
type Number
Width of the dialog. If keepDialogSize is true, this property value is ignored. The default is set to the width calculated from the container.