Expand my Community achievements bar.

SOLVED

Reordering the checkbox list in a dialog

Avatar

Level 3

Hi

I have created a component who's dialog contains a checkbox list comprising of 10 elements. I want that the user should be able to re-order the list (move the elements up/down) from within the dialog itself. How do I achieve this?

Thanks

1 Accepted Solution

Avatar

Correct answer by
Level 10

You would need to get code like this in the JavaScript. 

http://jsfiddle.net/PtskU/

Hope this helps

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

You would need to get code like this in the JavaScript. 

http://jsfiddle.net/PtskU/

Hope this helps