or
{ name: "formatting", items: [ { text: "Important", value: ".Red" }, { text: "Low", value: ".Blue" }, { text: "Clear", value: "p" , context:"span" }, ] }
I would like add a clear item which do a remove of the <span class="important">XXXXXX </span> .
Is it possible
Thanks for help
LH 1611 MUC STD07:50/05 ETD Flight Status: Remark:public class vwPanelItem{ public string value { get; set; } public string text { get; set; } public string content { get; set; }}<ul id="kjContactsPanel"></ul><script type="text/javascript"> // var contactsDataSource = new kendo.data.DataSource({ transport: { read: { url: "/Services/Contacts.asmx/@(ViewBag.RequestService)", dataType: "json", type: "POST", contentType: "application/json; charset=utf-8" }, }, schema: { data: "d" }, change: function () { var panelItems = this.view().toJSON(); var panelBar = $("#kjContactsPanel").kendoPanelBar({ dataSource: panelItems, expandMode: "single" }).data("kendoPanelBar"); } }); // contactsDataSource.read(); //</script>