-
9 Jun 2012 8:29 AM #1
Unanswered: NestedList in combination with Carousel.
Unanswered: NestedList in combination with Carousel.
Hi guys,
I got a TreeStore, and I was wondering how I could create a dynamic carousel with each carousel page having a list of the sub-items of the store.
So I'd like to distribute the TreeStore data as following:
TreeStore:
Display using Carousel and a List:Code:-main-item 1: -sub-item 1 -sub-item 2 -sub-item 3 -main-item 2: -sub-item 1 -sub-item 2 -sub-item 3
Code:-Carousel page 1: -sub-item 1 -sub-item 2 -sub-item 3 -Carousel page 2: -sub-item 1 -sub-item 2 -sub-item 3
Thanks in advance.
-
11 Jun 2012 5:06 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 34,121
- Vote Rating
- 453
- Answers
- 3160
I wouldn't use a treestore, I would use a regular store and in my model have a field for the sub items. I would then create the carousel structure by getting the items and then getting the sub items and loop through the sub items to create another carousel or whatever you want.
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.


Reply With Quote