2.0.2 /2013-05-01
- published on jquery plugins
- fix bug : wrong restore size
- fix bug : wrong restore position on long and/or wide pages
- fix bug : can't reopen dialog after closing it minimized
- fix bug : broken style on reopen dialog after closing it collapsed
- many internal fixes
- make plugin be more modular
- now jquery.ui plugin
- make plugin be compatible with jquery 1.9.1 and jquery-ui 1.10.2
- make plugin be compatible with jquery 1.7.2 and jquery-ui 1.8.22
- new : add option to hide 'close' button and control its icon
- new : add function 'getState' to retrieve current status of extended dialog
- fix bug : disable resize when dialog is collapsed
- fix bug : make minimized dialog on-top of overlay
- fix bug : use {position:absolute} instead of {position:fixed} on IE6
- fix bug : buttons will not disappear anymore
- fix bug : avoid title overlapping buttons when dialog minimized
- fix bug : no more exception when invoke restore method at normal state
- fix bug : open dialog => min => max => restore => resize => dialog disappear
- ===> restore from min (w/o trigger event) before go to max
- ===> dialog will not disappear anymore
- fix bug : open dialog => max => restore => wrong position (always at upper-left-hand corner)
- ===> restore position after restore dialog size
- ===> dialog appear in correct position now
- fix bug of button-pane in 'minimized' state
- fix bug of title-bar word-wrap in 'minimized' state
- apply <titlebar=none|transparent> as init option for enhancing title-bar feature
- apply <dblclick=collapse> as init option for enhancing double-click feature
- fix bug of not firing <load.dialogExtend> event
- apply as init option for defining event-callback
- fix bug of zero-config
- creation of plugin