Hello Ben Reitman, There is no such type of functionality to add Button Component in Sencha ListView but Sencha provides DataView control to add many component within it. So, either you use DataView control or you can add HTML Image in ListView Tpl Section like this: itemTpl: [ ' {Image_Name}', ' <img src=\'/image_path\' alt=\'close\' id=\'image_id\' class=\image_class\' />', '' ] I hope it might be resolve your problem.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
There is no such type of functionality to add Button Component in Sencha ListView but Sencha provides DataView control to add many component within it. So, either you use DataView control or you can add HTML Image in ListView Tpl Section like this:
itemTpl: [ ' {Image_Name}',
' <img src=\'/image_path\' alt=\'close\' id=\'image_id\' class=\image_class\' />',
''
]
I hope it might be resolve your problem.