Skip to content

Add encoded property to the Toolbar items #7193

@gdenchevprog

Description

@gdenchevprog

Enhancement

Add 'encoded' property to the Toolbar items. Right now, the following snippet will produce an HTML encoded value:

    $("#toolbar").kendoToolBar({
        items: [
            { type: "button", text: "<span>Foo</span>" }
        ]
    });

image

Expected Result

The expected result of this enhancement is to enable the developers to turn on/off the HTML encoding.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions