When do I use the Value of a Set Image Action?


#1

In the “Set Default Image” menu of “Set Image” Action, I mainly use “Image”. When is the “value” used?


#2

You can use this to set multiple different images, which can be added in columns of a repeater, for example. So if you had a repeater of product entries (like a typical web store grid), you might have an ‘In stock’ image and a ‘Sold out’ image. You could add these to repeater columns (Item.SoldOutImage, Item.InStockImage) and then evaluate on load which one to set, then use the reference above to load the correct image.

Or you can use it, I think, to link directly to a web-hosted image, although I’ve never done that.


closed #3

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.