DialogSettings
Represents the settings for opening a Dialog through the DialogService
.
(See example.)
Name | Type | Default | Description |
---|---|---|---|
actions? |
|
Sets the Dialog | |
actionsLayout? |
|
Sets the layout of the Dialog action buttons with | |
animation? |
|
|
Configures the Dialog opening |
appendTo? |
|
Defines the container where the Dialog is inserted. This changes the place in the page hierarchy where the Dialog appears. The component styling stays the same. | |
autoFocusedElement? |
|
Sets the query selector for the element to focus automatically with | |
closeTitle? |
|
Sets the | |
content? |
|
Defines the Dialog | |
cssClass? |
|
Sets the CSS classes for the Dialog wrapper element. Accepts any value supported by | |
height? |
|
Sets the height of the Dialog.
Use a number for pixels or a string for other units, for example, | |
htmlAttributes? |
|
Sets the HTML attributes for the Dialog wrapper element. Accepts string key-value pairs. | |
maxHeight? |
|
Sets the maximum height of the Dialog.
Use a number for pixels or a string for other units, for example, | |
maxWidth? |
|
Sets the maximum width of the Dialog.
Use a number for pixels or a string for other units, for example, | |
minHeight? |
|
Sets the minimum height of the Dialog.
Use a number for pixels or a string for other units, for example, | |
minWidth? |
|
Sets the minimum width of the Dialog.
Use a number for pixels or a string for other units, for example, | |
preventAction? |
|
Use the | |
themeColor? |
|
Sets the theme color of the Dialog. | |
title? |
|
Sets the Dialog | |
width? |
|
Sets the width of the Dialog.
Use a number for pixels or a string for other units, for example, |
Constructors
DialogSettings
()