Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 28th, 2012  |  syntax: None  |  size: 0.46 KB  |  hits: 21  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Style error in grid docked container
  2. ...
  3. dockedItems: [{        xtype:'container',
  4.         html:'truehtml',
  5.         id:'summaryBlock',
  6.         dock:'bottom',
  7.         layout:'fit'
  8. }], ...
  9.        
  10. ...setHeight : function(height, animate){            var me = this;
  11.         height = me.adjustHeight(height);
  12.         if (!animate || !me.anim) {
  13.             me.dom.style.height = me.addUnits(height);Uncaught TypeError: Cannot read property 'style' of undefined
  14.  
  15.  
  16.  
  17.         }