Show images in hierarchy browser tree

Hi All,

I have a requirement where i have to show associates images in hierarchy browser tree. but those images are in different source. please let me know how to fetch images and show them in my application if any possibilities are there or not?

  Discussion posts and replies are publicly visible

Parents
  • The 'image' property of a Hierarchy Browser Tree component can have its image sourced as follows:

    image (Any Type): Required image to display in the node, created with a!documentImage(), a!userImage(), or a!webImage().

    As long as you have something that will allow you to correlate the data in your Tree node with an image in a remote system that can be accessed using a safe URI then, yes, you can use external images.

Reply
  • The 'image' property of a Hierarchy Browser Tree component can have its image sourced as follows:

    image (Any Type): Required image to display in the node, created with a!documentImage(), a!userImage(), or a!webImage().

    As long as you have something that will allow you to correlate the data in your Tree node with an image in a remote system that can be accessed using a safe URI then, yes, you can use external images.

Children