fix #7318 - rename upload cropbox and panel tree
[roojs1] / examples / grid / calendar.js
index 6875859..8f0e6f7 100644 (file)
@@ -57,16 +57,18 @@ var Example = {
                     rec.data.qtip  = '#' + rec.data.id + ' ' + rec.data.summary;
                     
                     if (rec.data.estimated) {
-                        rec.data.cls = "Greys-q3-6"; // white...
+                        rec.data.cls = "Greys-q3-6"; // grey...
+                    } else {
+                        rec.data.cls = 'RdYlGn-q' + rec.data.priority_id_seqid +'-7'
                     }
                     
-                    rec.data.cls = "x-fixme";
+                    
                     
                 }
             }
         });
         
-        var gpanel = new Roo.GridPanel(this.grid);
+        var gpanel = new Roo.panel.Grid(this.grid);
         var layout = Roo.BorderLayout.create({
             center: {
                 margins:{left:3,top:3,right:3,bottom:3},