Suppose I have a checkbox module and dragdrop module. Now if I need to drag the checked elements and drop into a particular area of the page, how do I integrate this?

Comments

Sibiraj PR’s picture

hook are used for this purpose.

http://drupal.org/node/1293372

Or create function to invoke this feature, if that function is defined in .module file, that function is available in all files as a global function