How to add itemtap
问题 I have a list and I cant get items in the list to be clickable. I have onItemDisclosure and that should work but it is not. I would like the whole row to be clickable but I cant seem to get anything to work. onItemDisclosure : function(record, btn, index) { //window.location = 'http://www.google.com'; } Here is my full source code Ext.ns("Course", "Course.stores"); Course = new Ext.Application({ defaultTarget : 'viewport', name : 'Course', launch : function() { console.log('begin'); this