From 5a4834af0f2ff5b038008580b955a8ecfbaa4066 Mon Sep 17 00:00:00 2001 From: d-s-e Date: Fri, 10 Feb 2012 15:52:24 +0100 Subject: [PATCH] Fixed option in RADME.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b6e34a..891312b 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ In every last parameter you can set the following options. - scroll: (*boolean*, defaults to `true`) This will use the `scroll` event to simulate the `position: fixed` css property in IE6 - forceScroll: (*boolean*, defaults to `false`) This will force other browsers to use the `scroll` window event. - useEscKey: (*boolean*, defaults to `true`) Use the esc key to close the dialog -- destroyOnClose: (*boolean*, defaults to `true`) Fire the MooDialog.dispose() method after closing the dialog to dispose the dialog from the DOM +- destroyOnHide: (*boolean*, defaults to `true`) Fire the MooDialog.dispose() method after closing the dialog to dispose the dialog from the DOM - autoOpen: (*boolean*, defaults to `false`) This will automatically open the dialog for the Alert, Confirm, Error, IFrame, Prompt and Request subclasses - closeButton: (*boolean*, defaults to `true`) Should it diplay a close button