i have a panel setup like this(each number represents a panel):
1 2
3 4
5 6
7 8
what i want to do is for example, i drag panel 1 over panel 6 and panel 1 should be at panel 6 and 6 should be at 1, like:
6 2
3 4
5 1
7 8
How can i do this ? :O
Ty in advance!
I suggest to use Sencha Portal feature with some modifications below to achieve this.
My source code extended the portal example in latest version (4.0.7) as the following: