Yes, I know the title is not that well written.
Let me try to explain it better.
I have many image widgets in a screen. You know how their properties look--something like this:
Where you can define what image will be shown. In my case, they won't be local images, they'll be of type "Binary Data" (I'll get the binary data from the database).
After I throw a bunch of images I pulled from the database into my screen, now I want to find a particular image (at runtime) so I can manipulate it using JavaScript. However, I don't know the id of the particular image I want. In fact, the only thing I know is the Binary Data that the image I'm looking for has. Now the question is, how do I get that image's id so I can manipulate it in a JavaScript injection?
I hope I made sense...any help is appreciated.
Thanks in advance.
Hi Yizuhi,
Attached is the screenshot for your reference.
Hope this helps, Thanks :)
Hi, thanks for your answer.
However, I did know how to do that part. I meant, once the Images are already on the screen, what if at runtime I want to find the id of the one that has a particular Binary Data assigned to it?
I think you can fetch it's id from same database from where you are fetching image. It will return you the id of each image where you are currently.
I hope it make sense to you.
Feel free to ask in case of any queries.
Thanks :)