/*!
- * Ext JS Library 3.0.0
+ * Ext JS Library 3.0.3
* Copyright(c) 2006-2009 Ext JS, LLC
* licensing@extjs.com
* http://www.extjs.com/license
});
}
+if(Ext.form.BasicForm){
+ Ext.form.BasicForm.prototype.waitTitle = "Please Wait..."
+}
+
if(Ext.form.Field){
Ext.form.Field.prototype.invalidText = "The value in this field is invalid";
}