Override dialog default options
Hi.
i want to be able to create modal dialogs, with, for ex
- close: function() {
- $(this).remove();
- }
without need to specify those on dialog creation, but somehow override those parameters on one place.
Is this possible?