bootstrap-treeview icon indicating copy to clipboard operation
bootstrap-treeview copied to clipboard

Adding images to nodes

Open LbISS opened this issue 10 years ago • 6 comments

LbISS avatar Nov 19 '15 18:11 LbISS

+1

toni-moreno avatar Nov 24 '15 08:11 toni-moreno

Thanks @LbISS this seems like a beneficial improvement.

Please could you do us a favour and edit the PR so that it branches off / merges into develop. There has been a substantial rewrite as part of 2.0. It's partly my fault, I haven't got around to documenting this yet but the project follows GitFlow. As a result the active branch is always develop, master is always production release and only fixes are merged into master.

Also, if you haven't already it would be beneficial to add any applicable options, document the functionality in the README.md and add tests as appropriate.

jonmiles avatar Nov 24 '15 12:11 jonmiles

+1

epwinchell avatar Jul 18 '16 16:07 epwinchell

As a result the active branch is always develop, master is always production release and only fixes are merged into master.

Just curious: why not change to a normal public layout like most public projects?

aadrian avatar Jul 18 '16 17:07 aadrian

#268 is technically the same PR against the develop branch

skateman avatar Jul 22 '16 11:07 skateman

It's wonderful to be able to add images, however I have tried to add image, and the image wasn't been added, so is it other atribute similar to "icon"???? Is it declared into "Node"????

My node's code is here: { text: "N468644", href: "#", image: "add.png",}

JURALOVE avatar Jun 11 '18 17:06 JURALOVE