B
Bert Binnenmarsch
Guest
Following your example, I entered onRowSelect as the function to be triggered for each row select. In view-factory.js the following code was added, just below onHide: onRowSelect: function(e) { console.log("DEBUG: onRowSelect"); } As a test, the following line was added to onShow: console.log("DEBUG: onShow"); During the the i see "DEBUG: onShow" once, but I never see "DEBUG: onRowSelect". What's wrong here?
Continue reading...
Continue reading...