-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
C: ToolBarEnhancementFP: UnplannedSync status with associated Feedback ItemSync status with associated Feedback ItemjQuery
Description
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>" }
]
});
Expected Result
The expected result of this enhancement is to enable the developers to turn on/off the HTML encoding.
Metadata
Metadata
Assignees
Labels
C: ToolBarEnhancementFP: UnplannedSync status with associated Feedback ItemSync status with associated Feedback ItemjQuery