Threaded View
-
13 Nov 2012 6:11 PM #1
Answered: What is the best way to filter one carousel based on data from another?
Answered: What is the best way to filter one carousel based on data from another?
Hello,
I have two carousel's. One with categories and one with detail information.
Im trying to filter the second(detail) carousel based upon the active item of the first.
Code:bolItem = active; cntStore.filter('MCRTIT', bolItem); carousel3.doLayout();
It appears to be filtering correctly, but is not rebuilding the carousel.
Any suggestions?
Thank You in Advance
-
Best Answer Posted by mitchellsimoens
There is no built in binding between a carousel and store so you would have to add listeners to the store to rebuilt the carousel.


Reply With Quote