Search Type: Posts; User: patelsan
Search: Search took 0.02 seconds.
-
20 Mar 2012 6:54 PM
- Replies
- 3
- Views
- 850
Mitchell, my bad, after replying I realized that I am using Ext.define and specifying layout at the root level instead of under the config. It is working as expected now. I am marking your reply as...
-
20 Mar 2012 6:29 PM
- Replies
- 3
- Views
- 850
Mitchell, I did tried earlier with 'fit' layout for Container. I have a nested layout (TabPanel > NavigationView > Container > NestedList), could that be causing this? You can see DOM of my view in...
-
19 Mar 2012 9:31 PM
- Replies
- 3
- Views
- 850
Hello,
My view extends Container, I am inserting NestedList in this container. I would like my NestedList to take 100% height. The problem is - Container generates another Div with class "x-inner"... -
18 Mar 2012 9:07 AM
Jump to post Thread: Nested List - Detail Card by patelsan
- Replies
- 4
- Views
- 4,133
I was missing leaf = TRUE flag. Listener is necessary only if you want to update the content of DetailCard. Following is the updated code sample
var data = {
text: 'Groceries',
... -
17 Mar 2012 2:15 PM
Jump to post Thread: Nested List - Detail Card by patelsan
- Replies
- 4
- Views
- 4,133
I did tried adding listener, it does get called but the detialsCard doesn't get displayed. I also tried implementing getDetailCard function, however that does NOT get called. This gives me impression...
-
17 Mar 2012 7:53 AM
Jump to post Thread: Nested List - Detail Card by patelsan
- Replies
- 4
- Views
- 4,133
Hello,
I am trying to display the Detail Card in Nested List sample here at Level 2 - http://docs.sencha.com/touch/2-0/#!/api/Ext.dataview.NestedList.
Following is the updated code where I have...
Results 1 to 6 of 6
