ritesh83 / ember-cli-jstree

ember-cli addon for jstree
http://ritesh83.github.io/ember-cli-jstree/#/static
MIT License
41 stars 48 forks source link

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

Open umesh4541 opened 7 years ago

umesh4541 commented 7 years ago
{{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 commented 5 years ago

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