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

How to add create,edit,delete bootstrap icon in hover action on jstree node menu in emberJS #63

Open
umesh4541 opened this issue May 12, 2017 · 1 comment

Comments

@umesh4541
Copy link

{{ember-jstree actionReceiver=jstreeActionReceiver selectedNodes=jstreeSelectedNodes data=data eventDidBecomeReady="handleTreeBecomeReady" plugins=plugins themes=themes checkboxOptions=checkboxOptions contextmenu=contextmenu contextMenuReportClicked="contextMenuReportClicked" searchOptions=searchOptions stateOptions=stateOptions typesOptions=typesOptions searchTerm=searchTerm eventDidBecomeReady="handleTreeDidBecomeReady" eventDidHoverNode=eventDidHoverNode

}}
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.

@chattarajoy
Copy link

hi @umesh4541 did you figure out a way to do this?

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