Hi, Is there a way to programmatically select an element in form’s runtime design mode? I’d like to select multiple elements when a specific element is selected.
By the way, I am referring to the scenario when I call controller.setDesignMode(true) at runtime and then explicitly select elements.
Any input is highly appreciated.
Just to be clear, there are 2 types of selecting a component, first is through the requestFocus method. This method will put a cursor on the element. The second type of selecting a component is through the design mode selection, where the component can be resized, dragged and realigned. I’d like to know how to perform the second type of selection through a method/function. Is this currently possible?
no that is not possible
Ok, thanks!