Customizing HTML for the List view cell
问题 A cell of my Sencha touch list view appears as follows; But, i want the text to display on the side as shown in the following image. How can i do this. My code looks like this : <div><img src="{IMAGE_URL}" height="55" width="55"/></div> {MAIN} <br/> {SUBMAIN} I need the following in my list view cell: 1.) I want to add a background colour White. 2.) I want to add a button, where i could click and display an alert. 回答1: Try my code and you can use this to build on var list = { xtype: 'list',