Hi, I'd like to place an image inside an equipment schedule event. Is it possible?
I was not able to find a way to embed another view within an event to add an image to.
However, and this may be a bit convoluted, if you are pulling from a consistent group of images, you could create named style classes for each image and using the Advanced Stylesheet and the background-image
style rule to "add" an image.
Setup of the example event.
Style rules for my event.
Note that when using the named style classes in the Advanced Stylesheet you need to add the prefix psc-
Using some of the other background properties you can get some sort of results.
This is the result I get with a photo I pulled off the internet.
If you really need the images in the events, this is a bit of a hacky way to do it, but it could work if you use some bindings and scripts to dynamically add these style classes to the events and change the background image.
Thanks!!