Iam trying to replicate the portal demo , how ever iam trying to figure out how to implement the draggable feature.....
it would be very helpfull if someone could provide me insights into this.
It is very simple. I am working in similar task. All you have to do is
1. Set a base panel which would be the container of other panels.
2. Add child panels to the base.
3. Set base as droppable target.
4. Set draggable property of child to be true.
Then you can capture the drag drop events from base panel.
But when you see the Portal demo, it seems a bit hard to understand at first. They have extremely componentized for a perfect application structure. As we are just imitating it, we do not need such complex structure. Two panels are enough to replicate Portal demo.