shinobukawano / Ext.ux.AccordionList

Accordion List Component for Sencha Touch 2
http://kawanoshinobu.com/public/demo/accordionlist/
50 stars 28 forks source link

Understanding the Code. #3

Closed BAvila closed 11 years ago

BAvila commented 11 years ago

Hello,

I'm relative new to Senchaand im trying to understand your code for my own project..

I would like to know how you execute the headerItemTpl on the AccordionList.js or where is it called from to load the list.

I seem to understand the MVC structure but I cant see to understand how headerItemTpl works since its not part of the sencha docs.

Sorry, If im not asking the right questions. I am learning sencha at the same time.

Thank you in advance.

Byron

shinobukawano commented 11 years ago

BAvila,

I apologize to my slow response..

Actually, source code is maybe tricky,, sorry.

Shortly, I'm going to update the repository to support Sencha Touch 2.2, and I want to change it to be easy to read.

Thank you.

shinobukawano commented 11 years ago

BAvila,

Hello. I've fixed some problem and add new example, documentation, unit tests. If you are interested in, please check it.

Documentation: http://docs.kawanoshinobu.com/touch/#!/api/Ext.ux.AccordionList

Thanks.