Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / examples / statusbar / statusbar-advanced.js
index f848f08..54e3699 100644 (file)
@@ -1,8 +1,14 @@
+/*!
+ * Ext JS Library 3.0.0
+ * Copyright(c) 2006-2009 Ext JS, LLC
+ * licensing@extjs.com
+ * http://www.extjs.com/license
+ */
 /*\r
- * Ext JS Library 2.2.1\r
- * Copyright(c) 2006-2009, Ext JS, LLC.\r
+ * Ext JS Library 2.2\r
+ * Copyright(c) 2006-2008, Ext JS, LLC.\r
  * licensing@extjs.com\r
- * \r
+ *\r
  * http://extjs.com/license\r
  */\r
 \r
@@ -45,7 +51,7 @@ Ext.onReady(function(){
                         url: 'fake.php',\r
                         success: function(){\r
                             sb.setStatus({\r
-                                text:'Form saved!', \r
+                                text:'Form saved!',\r
                                 iconCls:'',\r
                                 clear: true\r
                             });\r
@@ -56,7 +62,7 @@ Ext.onReady(function(){
             }\r
         }]\r
     });\r
-    \r
+\r
     new Ext.Panel({\r
         title: 'StatusBar with Integrated Form Validation',\r
         renderTo: Ext.getBody(),\r
@@ -64,11 +70,11 @@ Ext.onReady(function(){
         autoHeight: true,\r
         layout: 'fit',\r
         items: fp,\r
-        bbar: new Ext.StatusBar({\r
+        bbar: new Ext.ux.StatusBar({\r
             id: 'form-statusbar',\r
             defaultText: 'Ready',\r
             plugins: new Ext.ux.ValidationStatus({form:'status-form'})\r
         })\r
     });\r
-    \r
+\r
 });
\ No newline at end of file