Sample/DialogConfirm.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 25 May 2010 04:59:47 +0000 (12:59 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 25 May 2010 04:59:47 +0000 (12:59 +0800)
Sample/DialogConfirm.js

index 09409b6..8276f73 100644 (file)
@@ -31,6 +31,7 @@ DialogConfirm=new XObject({
             return true;
         },
         "response":function (self, response_id) {
+           this.el.hide();
             if (response_id > 0) {
               this.success();
             }