cpr.core.AppOpenDialogOption

Option to open dialog in app
Hierarchy

Index

Properties
Name Type Description
autoFocusedTarget AutoFocusedTargetType Set auto focus when opening dialog
bottom String Position value from bottom reference
escKeySupport Boolean A function that closes when the esc key is pressed
headerClose Boolean Show a close button in the header.
headerMax Boolean Shows a maximize button in the header.
headerMin Boolean Show a collapse button in the header.
headerMovable Boolean Sets the movement behavior when the header is dragged.
headerVisible Boolean Display the header.
height String Height
left String Position value from left reference
modal Boolean If true, the window cannot work.
resizable Boolean Set whether or not to resize.
restoreFocus Boolean Sets whether to restore the previous focus when the dialog is closed.
right String Position value from right reference
style {[name:string]: String} Set the style.
top String Position value from top reference
width String width

Properties

autoFocusedTarget
type AutoFocusedTargetType
Set auto focus when opening dialog
bottom
declaring type DialogProperties
type String
Position value from bottom reference
escKeySupport
type Boolean
A function that closes when the esc key is pressed
headerClose
type Boolean
Show a close button in the header.
headerMax
type Boolean
Shows a maximize button in the header.
headerMin
type Boolean
Show a collapse button in the header.
headerMovable
type Boolean
Sets the movement behavior when the header is dragged.
headerVisible
type Boolean
Display the header.
height
declaring type DialogProperties
type String
Height
left
declaring type DialogProperties
type String
Position value from left reference
modal
declaring type DialogProperties
type Boolean
If true, the window cannot work. If false, the window can work.
resizable
type Boolean
Set whether or not to resize.
restoreFocus
type Boolean
Sets whether to restore the previous focus when the dialog is closed.
right
declaring type DialogProperties
type String
Position value from right reference
style
type {[name:string]: String}
Set the style.
top
declaring type DialogProperties
type String
Position value from top reference
width
declaring type DialogProperties
type String
width