Perhaps a dumb question, but what's the difference between the two public methods of Element?
When should I use one over the other?
Thanks...martin
When should I use one over the other?
Thanks...martin

#2
![]() |
![]() Martin,
Where are you seeing Element.Selects? I don't think that's valid, and it does not exist in ext-all.js. Element.select is what you should be using. Brian
__________________
Brian Moeskau FAQ / Tutorials / User Extensions / Enhanced Forum Search ![]() |
#3
![]() |
![]() In the documentation, click on element, 4th public method:
Selects(String/Array selector, [Boolean unique]) : CompositeElementLite/CompositeElement Element <static> Selects elements based on the passed CSS selector to enable working on them as 1. ![]() |
#4
![]() |
![]() Sorry, that was a documentation parsing error. It has been corrected.
![]() |
#5
![]() |
![]() I still see it in Alpha 2 rev 1...martin
![]() |