Files
jquery-ui/ui
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-20 11:42:07 +00:00
2009-01-03 21:55:13 +00:00
2009-01-03 21:55:13 +00:00
2009-01-03 21:55:13 +00:00
2009-01-03 21:55:13 +00:00
2009-01-14 02:06:04 +00:00
2009-01-03 21:55:13 +00:00
2009-01-22 13:10:18 +00:00
2009-01-03 21:55:13 +00:00
2009-01-03 21:55:13 +00:00
2009-01-03 21:55:13 +00:00
2009-01-03 21:55:13 +00:00
2009-01-31 04:33:36 +00:00