Search Type: Posts; User: reverdin
Search: Search took 0.06 seconds.
-
7 Dec 2011 5:04 AM
- Replies
- 4
- Views
- 2,184
Thanks.
I think my problem is more in the construction of my list details. Everything seems right in my controller (references to components, views, stores). My list displays correctly but the... -
5 Dec 2011 7:12 AM
- Replies
- 4
- Views
- 2,184
Thanks,
I already understood the controller part, I have the following (into the init function):
this.control({
'#session-list': {
select: this.onViewItemTap
}
}); -
5 Dec 2011 6:30 AM
- Replies
- 4
- Views
- 2,184
Hello,
Tried in the Kitchen Sink and other examples but couldn't find a simple MVC example with a list/detail taken from a store with a JSON proxy reader.
Managed to populate the list and get... -
8 Dec 2010 8:27 AM
- Replies
- 5
- Views
- 1,255
The problem was that I was defining many component in separate JS files and called them in my main.js. As I am new to Sencha/Ext development I think the structure of my app is wrong. If I put all my...
-
7 Dec 2010 2:25 AM
- Replies
- 5
- Views
- 1,255
Thanks again.
It is not directly shown.
I have some cards with different element and when I click on an element, it switch to the card whith the carousel in it.
I tried your code directly in... -
7 Dec 2010 1:52 AM
- Replies
- 5
- Views
- 1,255
Thanks for your answer.
I tried your solution (which I already tried before) but it is unfortunately not working.
The cmp.items.length is correct, cmp.getActiveIndex return me the right index... -
6 Dec 2010 11:24 PM
- Replies
- 5
- Views
- 1,255
I have a carrousel and I want the last item to be automatically selected on startup.
As it will be dynamically generated, I can't use the activeItem property so I added a listener to do it with...
Results 1 to 7 of 7
