Regarding Image
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Regarding Image
Hello,
Actually, i need to create a mashup. In mashup, one side i used tree widget, another side i have to set image,
here my problem is whenever i click any data in tree widget, the image can't able to change dynamically.
I attached my screenshot below. Can you help me to sort out the issues.
ThankYou
Solved! Go to Solution.
- Labels:
-
Coding
-
Mashup-Widget
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Fire another service from the SelectedRowChanged event from the service populating your tree. This other service should get the URL for your image based on the selected row of your tree infotable. Bind that service's data to the SourceURL parameter of your image.
If you can't get it to work with an Image widget, try a ValueDisplay widget, as it can also be used to display images.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Fire another service from the SelectedRowChanged event from the service populating your tree. This other service should get the URL for your image based on the selected row of your tree infotable. Bind that service's data to the SourceURL parameter of your image.
If you can't get it to work with an Image widget, try a ValueDisplay widget, as it can also be used to display images.
