Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
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