- Not possible in Architect to set the layout of something to Accordion
- Items that are created dynamically (like a DataView looping through and creating DataItems which I would like to be accordions) don't work properly
Going to have a play about with getting the dynamic part working as it's required in my project then I'll post my findings here
- Not possible in Architect to set the layout of something to Accordion
- Items that are created dynamically (like a DataView looping through and cting DataItems which I would like to be accordions) don't work properly
Going to have a play about with getting the dynamic part working as it's required in my project then I'll post my findings here
Hi intellix,
I have implemented accordion with the list component inside it over Android 2.3.3.Screenshot of it is attached below. However i m facing a problem with the layout of the list component. You can see the list is not getting the full width(pl. see the separator). I have tried a hell lot of things to show its full width over the screen but to no avail. Also the blank part at the right most side(inside accordion) renders as a true list, accepts user taps but does not show over the screen (pl. see 2nd image). This thing works well over the browser but not on emulator. Please Help me out as i want this component by this week's deadline
Not entirely sure as my Ext/ST is little to non-existent
Actually after spending a day playing about with getting my DataView to display each DataItem as an Accordion I can't quite get it working. It only ever creates one tab for all DataItems... I'm thinking that it's not quite possible and will have to manually have an accordion toolbar for each of my items
I`ve added a overflow: hidden to .x-layout-accordion-item in my stylesheet to be able to collapse the last item as well, no matter if the last item is a list or not. Maybe this helps somebody with this plugin
Has someone successfully migrated the accordion layout to the new ST 2.1 release?
I had a look into it yesterday and accordion layout seems to be completly broken :-(
The top container to toggle a list is gone and there're many changes in Ext.layout.DefaultView version 2.1!
I have to stay at 2.0.1 for the moment, because it was not easy and fast to fix...