We are in the middle of converting from Ext 1.1.1 to Ext 2.0.2
In Ext 1.1.1 our code looked like this:
In Ext 2.0.2, I can't find an equivalent functionality to beginMeasure/endMeasure and since the container that I am measuring is in a display: none; block, it is currently returning a height of 0.Code:editor.beginMeasure(); editor.editorHeight = editor.getHeight(); editor.endMeasure();
Suggestions?