whiplash
23 Nov 2011, 4:48 AM
Hi Guys,
I would just like to hear your views about the best approach to 'design' or 'structure' Ext.Panels.
Basically what I have is a js file containing various new Ext.Panels and an Ext.List.
To get the List and the first panel to render together I added them as items to the Panels items array. However, the examples I see on the internet for the 'onItemDisclosure' of the list and its back button ... they are just using 'card' layout, which means my approach will not work as I have multiple objects/items contained in the one Panel.
So, my question is this:
Should I have just one 'card' layout and design the layout of the content via HTML? Or Is there another approach to navigating back via the back button?
I can provide code samples if necessary
Thanks
Whiplash
I would just like to hear your views about the best approach to 'design' or 'structure' Ext.Panels.
Basically what I have is a js file containing various new Ext.Panels and an Ext.List.
To get the List and the first panel to render together I added them as items to the Panels items array. However, the examples I see on the internet for the 'onItemDisclosure' of the list and its back button ... they are just using 'card' layout, which means my approach will not work as I have multiple objects/items contained in the one Panel.
So, my question is this:
Should I have just one 'card' layout and design the layout of the content via HTML? Or Is there another approach to navigating back via the back button?
I can provide code samples if necessary
Thanks
Whiplash