Where is element.highlight()? - Ext JS

In ext .40 it was possible to do this:
     getEls('div.some-class', true).highlight();
In 1.0r9 I tried it this way:
    Ext.select('div.some-class').highlight();
Unfortunately, it complains about not finding highlight().

Any idea?

Thanks in advance...martin
  # 2  
02-23-2007, 04:38 PM

Fx and CompositeElement were included in the wrong order in the last rev so that was broken. It will be fixed in the next rev. Sorry about that.

你可能感兴趣的:(ext,idea)