Roo/form/BasicForm.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 10 Feb 2011 06:25:54 +0000 (14:25 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 10 Feb 2011 06:25:54 +0000 (14:25 +0800)
Roo/form/BasicForm.js

index 97794d3..a2fdf5e 100644 (file)
@@ -249,7 +249,7 @@ clientValidation  Boolean          Applies to submit only.  Pass true to call fo
         var o = action.options;
         
         if (this.dialog) {
-            o.waitMsg = true;
+            o.waitMsg = o.waitMsg || true;
             o.waitMsgTarget = this.dialog.el;
         }
         if(o.waitMsg){