Hybrid View
-
19 Mar 2012 7:09 AM #1
Last Pseudo Component Query not included
Last Pseudo Component Query not included
The documentation states that the "last" pseudo query is included by default here:
http://docs.sencha.com/ext-js/4-0/#!...ComponentQuery
But it doesn't work when I try to use it or look at it from the console.
Ext.ComponentQuery.pseudos.last
undefined
Ext.ComponentQuery.pseudos.not
function (components, selector){ var CQ = Ext.ComponentQuery, i = 0, length = components.length, results = [], index = -1, component; for(; i < length; ++i) { component = components[i]; if (!CQ.is(component, selector)) { results[++index] = component; } } return results; }
-
19 Mar 2012 9:16 AM #2Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Redwood City, California
- Posts
- 3,659
- Vote Rating
- 14
Thank you for the report.
-
26 Mar 2012 12:44 PM #3Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Redwood City, California
- Posts
- 3,659
- Vote Rating
- 14
This is correct in the Touch documentation, I'll pass it along to the Ext team.
Looks like we cannot reproduce this. Please provide another test case to reproduce this issue.


Reply With Quote