Controlling the MIXIN Draggable at run-time
I'm looking to create a user interface that will allow my customers to modify their displays at run time, but I don't want to make it by default. I'd like to be able to have the users first toggle an edit button before allowing them to modify the position of controls/widgets.
I see that it's actually a different class that is chosen at design time.
Also, would there be a way to allow users to choose from a list of widgets at run-time?
I'm trying to make a very user custom UI, and it many not be easy. For example, I may have 2-3 widgets that display one piece of data, I'd like to have all three widgets included at run time, but allow the user to chose between the three.
