user7282
user7282

Reputation: 5196

Itemtpl or customizing list for NestedList in sencha touch 2

Is it possible to add images and buttons within items of a nested list?

Upvotes: 0

Views: 1380

Answers (1)

user7282
user7282

Reputation: 5196

This can be done using :

 listConfig:{
        itemTpl:'<div id="{category_id}"> {img} <!--<h2>{client_category_id}</h2>--!><p>{text}</p></div>'
            }

Upvotes: 3

Related Questions