We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
}} eventDidHoverNode: "hoverAction",
actions: { hoverAction: function(){ // How can I apply the buttons to the view from here? },
I dont know what I should do to get this working. I am using this https://www.npmjs.com/package/ember-cli-jstree in ember.js.
I have used ember-cli-jstree plugin in my ember js project but I am able to add create, edit, delete bootstrap icon in hover action on node menu.
The text was updated successfully, but these errors were encountered:
hi @umesh4541 did you figure out a way to do this?
Sorry, something went wrong.
No branches or pull requests
}}
eventDidHoverNode: "hoverAction",
actions: {
hoverAction: function(){
// How can I apply the buttons to the view from here?
},
I dont know what I should do to get this working. I am using this https://www.npmjs.com/package/ember-cli-jstree in ember.js.
I have used ember-cli-jstree plugin in my ember js project but I am able to add create, edit, delete bootstrap icon in hover action on node menu.
The text was updated successfully, but these errors were encountered: