Consecutive Block Drag and Drop

Consecutive Block Drag and Drop

Anonymous
Not applicable
375 Views
1 Reply
Message 1 of 2

Consecutive Block Drag and Drop

Anonymous
Not applicable
I can drag and drop a block from modal form button by its click event using my method and
I have to get back to the form if I want repeat it for the same block.

Is there any good way to drag and drop a block consecutively without getting back to the form?

I tried to execute the method after some events for DocumentManager.LockModeChanged,etc.
, but they do not work as I want.
0 Likes
376 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
A recursive call inside the method seems to be working.
0 Likes