if the popup dialog could be dragged by mouse, that would be better.

Comments

jessepinho’s picture

Subscribed. Is it possible to add this feature? This would be very useful...

jessepinho’s picture

A note about this, by the way: I found a way to make the popup boxes draggable. Include the jquery.livequery.js and the jQuery UI files, and then add this code somewhere:

$(function() {
  $('.popups-box').livequery(function() {
    $('.popups-box').draggable();
    $('.popups-box').resizable(); // This isn't necessary for dragging, but allows popups to also be resizable
  });
});

Would be nice, though, if this were a built-in part of the module.