Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Click Handler on Node #56

Open
bhatmanu opened this issue Jul 22, 2016 · 1 comment
Open

Click Handler on Node #56

bhatmanu opened this issue Jul 22, 2016 · 1 comment

Comments

@bhatmanu
Copy link

How can I add a click handler on a node ?

@smart987
Copy link

`
$scope.events = {
rangechange: $scope.onRangeChange,
rangechanged: $scope.onRangeChanged,
onload: $scope.onLoaded,
select: $scope.onSelect,
click: $scope.onClick,
doubleClick: $scope.onDoubleClick,
contextmenu: $scope.rightClick
};

$scope.onClick = function(params) {

    }

`

Hope this will help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants