A list component in Sencha Touch 2 supports both items in the configuration (buttons, fields, etc.) and it's itemTPL which is filled by the store that gets bound to it. When you build this, everything works like you'd expect -- except that the items configuration items you add always show up before the list. I can't come up with a way to make them appear at the bottom of the list (I want to make a "Reply" button that shows up at the bottom of a list of forum type posts). I can set docked : 'bottom' which will get it to the bottom of the parent container, but that is just a fixed position and not really displaying after the list items.
Anyone know what to do here?
Thanks for looking!