Using Servoy Default components, I so far could set the property «imageMedia» for a label dynamically by readying the image from database (solutionModel.getMedia(…)).
How can this be achieved with Bootstrap Components like Label, Button or Image Media?
I don’t see, how styleclasses can be dynamic, since I have to define them at development time. What I’m looking for is a possibility to attach any image (from database) to a component. Or am I missing the point?