[HowTo] Images in JQTreeView

To use images in the treeview, you have two ways:
This way facilitates you to set a picture for multiple items.
Steps for do this:
Note: Available from V1.5.4.2048
Best Regards.
- Image by node:
- TreeNodes -> Item -> Picture
- ImageIndex: index from imagelist
- Picture: load custom picture
- Url: url for image - Image by property NodeRel:
This way facilitates you to set a picture for multiple items.
Steps for do this:
- Create TreeNode.
- Define NodeRel for some items
- In JQTreeViewOptions.TypesPlugin.Types add new item and set:
- Icon.Image
- NodeRel
Note: Available from V1.5.4.2048
Best Regards.