Ext.ux.AccordionList icon indicating copy to clipboard operation
Ext.ux.AccordionList copied to clipboard

Accordion List Component for Sencha Touch 2

Results 20 Ext.ux.AccordionList issues
Sort by recently updated
recently updated
newest added

hi, accrdion list is not showing in win8 device after i packaged for win8 device

Hello.. Thanks for helping us. I am adding new child. It can added to store but it will not display in list. Ext.getStore('test').getRoot().appendChild({text:'test', leaf:true}) Let me know if you need...

Hi, In my Sencha app data is coming from database. It returns JSON Array (in exactly the same format as the accordion expects). This array when set through setData(result_from_db) in...

Hi @kawanoshinobu I am facing issue refreshing the store. Let me describe the scenario first. I am using AccordianList for a hybrid mobile application, in my case iPhone App, having...

I am using AccordianList with 'useComponents' set to true. I can display a JSON data through TreeStore, and even add a new Node with some default data (by adding it...

Hi, is it possible to expand a specified node from other element ? Thanks.

sometime when i load store from server, request gets successful but json data takes time to load in store and chrome network as well that causes the whole browser tab...

I've been trying to make this component work with a dynamic url and cannot. Does this functionality exist? See my question on SO: http://stackoverflow.com/questions/20184362/sencha-touch-accordion-list-not-loading-data Specifically, my issue right now is...

I have a list with scrollable:false and height:'auto' however the list height is not adjusting well always. sometimes it does but most of the times it doesnt thank you

In your example: http://docs.kawanoshinobu.com/accordionlist/ In the "Decorate" tab, the "This week" element has 0 leaf, but we can click/tap on it and the right/down arrow is activated. You should add...