Scott González 171c7c0671 Dialog: Shadow cleanup.
- Don't hide shadow during drag/resize in IE6 (let the user do this one their own).
  - Let users modify the shadow option after init.


.parents('.ui-dialog')
.bind('dragstart resizestart', function() {
	$(this).find('.ui-dialog-content').dialog('option', 'shadow', false);
})
.bind('dragstop resizestop', function() {
	$(this).find('.ui-dialog-content').dialog('option', 'shadow', true);
});
2009-01-31 04:33:36 +00:00
2009-01-31 04:33:36 +00:00
2009-01-10 12:20:46 +00:00
2008-06-07 17:35:27 +00:00
2009-01-24 12:07:26 +00:00
2009-01-03 21:55:13 +00:00
2009-01-30 06:32:46 +00:00
Description
No description provided
46 MiB
Languages
JavaScript 88.1%
HTML 9.4%
CSS 2.5%