Unplanned
Last Updated: 26 Jun 2024 07:40 by n/a
n/a
Created on: 26 Jun 2024 07:40
Category: Dialog
Type: Feature Request
0
Add a template property to insert HTML into the Dialog's action buttons

### Enhancement

Add a template property to the Dialog actions that allow inserting HTML into the button's text.

Right now, the following snippet will produce an HTML encoded value:

    $("#dialog").kendoDialog({
      ...
      actions: [{
          text: "<span>OK</span>"
      }]
    });

### Expected Result

The expected result of this enhancement is to enable the developers to add the HTML into the action buttons text.

0 comments