or
Hi,
I am trying to implement a scenario where user can drop nodes from the tree to an editor. By default all the nodes are draggable of the kendo treeview control so I have to remove the dragAndDrop and use kendoDraggable so that parent nodes are not draggable. This is working fine by using templates.
Now, for the editor part, if I apply kendoEditor to the textarea and make it kendoDropTarget, the drop functionality is not working. However this works if I keep textarea as it is (without kendo editor) and apply kendoDropTarget to the textarea. Not sure what I am missing?
The code snippet is share at: http://jsfiddle.net/N4PVu/
Regards,
Monish.
var
coreTemplate: "<div id=
'favouritesTooltipContent'
>\
<h2>Favourites</h2>\
<ul data-bind=
'source: items'
data-template=
''
>\
</ul>\
</div>",
<
script
src
=
"//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"
></
script
>
<
script
src
=
"JS/kendo/kendo.all.min.js"
></
script
>
<
script
src
=
"//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"
></
script
>
<
script
src
=
"JS/Kendo/kendo.combobox.min.js"
></
script
>
var
kendoElem = $elem.data(
'kendoRadialGauge'
);
kendoElem.setOptions({ theme:
'moonlight'
});
kendoElem.redraw();