Thank you Bohdan. For my first question: I’m hoping to have elements stacked on top of each other on one screen, for example, X on top of Y on top of Z, aka the stacked views
Or is there an alternative hack per se in backendless?
What I’m trying to do: if the entire image is the entire screen, I’m trying to show X covering the orange box if user chooses X, show Y covering the orange box if user chooses Y, and show Z covering the orange box if user chooses Z. I assumed I’d have to stack XYZ in orange box in order to build something like this. If that’s not the case and there’s a hackable way, it’d be great.
using styles (the Theme section in the UI-Builder) use the z-index CSS property to change the order of these blocks. On clicking on an Item you need to use custom code to change z-index for all elements in the list
use order in the dynamic list items, on click you modify ordering in the dynamic list