Custom node icons not working in Fancytree
I've been using "Fancytree" in a project I'm working on and have been largely happy with it until today. I need to display a different icon on certain nodes within the tree and have, so far, been unable to get them to show up on the tree. I'm specifying the custom node icon in the JSON string below which I use to load the tree: [{ "title": "Inventory", "key": "DocFolders/1026", "folder": true, "data": { "icon": "LockedFolder.gif", "isLocked": true } }, { "title": "Telemetry", "key": "DocFolders/1027", "folder": true, "data": { "icon": "LockedFolder.gif", "isLocked": true } }, { "title": "Well