New to Kendo UI for Angular? Start a free 30-day trial
DialogActionsComponent
Represents the action buttons of the Dialog. (See example.)
html
<kendo-dialog>
<kendo-dialog-actions>
<button kendoButton fillMode="flat" themeColor="primary" (click)="onPrimaryActionClick()">
Primary Action
</button>
</kendo-dialog-actions>
</kendo-dialog>
Selector
kendo-dialog-actions
Inputs
Name | Type | Default | Description |
---|---|---|---|
actions |
|
Allows the declarative specification of the Dialog | |
layout |
|
|
Sets the possible layout of the action buttons. |
Events
Name | Type | Description |
---|---|---|
action |
|
Fires when the user clicks an action button. |