New to Kendo UI for AngularStart a free 30-day trial

FormDialogSettings

The settings of the external editing Dialog.

NameTypeDefaultDescription

actionsLayout?

ActionsLayout

Specifies the layout of the action buttons in the Dialog.

animation?

boolean | DialogAnimation

Configures the Dialog opening animation (see example). By default the animation type is set to translate and its duration is 300ms.

appendTo?

ViewContainerRef

Defines the container in which the Dialog will be inserted. Specifying this option changes the place in the page hierarchy where the Dialog will be inserted. The styling of the Dialog will remain the same.

closeTitle?

string

Specifies the title of the close button.

cssClass?

any

Sets the CSS classes that will be rendered on the Dialog wrapper element. Supports the union type of values that ngClass accepts.

height?

string | number

Specifies the height of the Dialog. A numeric value sets the height in pixels. A string value sets the height in arbitrary units—for example, 50%.

htmlAttributes?

{[key: string]: string}

Sets the HTML attributes of the Dialog wrapper element. The property accepts string key-value based pairs.

maxHeight?

string | number

Specifies the maximum height of the Dialog. A numeric value sets the maximum height in pixels. A string value sets the maximum height in arbitrary units—for example, 50%.

maxWidth?

string | number

Specifies the maximum width of the Dialog. A numeric value sets the maximum width in pixels. A string value sets the maximum width in arbitrary units—for example, 50%.

minHeight?

string | number

Specifies the minimum height of the Dialog. A numeric value sets the minimum height in pixels. A string value sets the minimum height in arbitrary units—for example, 50%.

minWidth?

string | number

Specifies the minimum width of the Dialog. A numeric value sets the minimum width in pixels. A string value sets the minimum width in arbitrary units—for example, 50%.

themeColor?

DialogThemeColor

Specifies the theme color of the Dialog.

title?

string

Sets the title of the Dialog. If title is omitted, the Dialog will not render a Close button.

width?

string | number

Specifies the width of the Dialog. A numeric value sets the width in pixels. A string value sets the width in arbitrary units—for example, 50%.

Not finding the help you need?
Contact Support