jQWidgets Forums
Forum Replies Created
-
Author
-
December 27, 2014 at 5:11 am in reply to: Different event signatures for dragEnd event Different event signatures for dragEnd event #64724
me too have the same problem gradulastudent.
have you solved this problem?December 27, 2014 at 4:28 am in reply to: How to get Drop item , dropPosition etc.. from jqxtree defined by angular? How to get Drop item , dropPosition etc.. from jqxtree defined by angular? #64723can you help me by filling above code?
thank you.December 24, 2014 at 10:30 am in reply to: How to get Drop item , dropPosition etc.. from jqxtree defined by angular? How to get Drop item , dropPosition etc.. from jqxtree defined by angular? #64651epecially detect source node and tartget node of the treeview within angular.
please see the comments in following codevar demoApp = angular.module(“demoApp”, [“jqwidgets”]);
demoApp.controller(“demoController”, function ($scope) {$scope.settings = {
allowDrag: true,
allowDrop: true,
height: ‘800px’,
width: ‘300px’,
theme: ‘energyblue’,dragStart: function(event){
//@ here
//have get the source node of the tree which is ondraging.},
dragEnd: function (event){//@ here
//have get the source node of the tree which is ondraging.
//and target node of the tree. where the source node going to drop}
}
});December 24, 2014 at 10:08 am in reply to: How to get Drop item , dropPosition etc.. from jqxtree defined by angular? How to get Drop item , dropPosition etc.. from jqxtree defined by angular? #64649my problem is how to use callbacks in angular?
December 24, 2014 at 9:44 am in reply to: How to get Drop item , dropPosition etc.. from jqxtree defined by angular? How to get Drop item , dropPosition etc.. from jqxtree defined by angular? #64646sir,
can you please describe those settings here with my jqxtree? -
AuthorPosts