I have a list in Sencha Touch and I want to disable the list when a button is clicked. I am handling the "tap" event of the button. However, when I run the line of code: me.getWhatScreen().down('list[name=taskList]').disable(); the list does not disable. I know I can hide the list, but I would rather just disable it (blur it). Am I missing anything? I have checked the Sencha docs.
0
votes
3 Answers
1
votes
0
votes