rma4ok
15 Oct 2011, 4:29 PM
http://docs.sencha.com/touch/2-0/#!/example/forms/index.html
When I click "Save" I expect
console.log('success', Ext.toArray(arguments));
Instead I get
Uncaught TypeError: Cannot call method 'unmask' of undefined
Ext.define.hideMask sencha-touch-all.js:15 (http://docs.sencha.com/touch/2-0/touch/sencha-touch-all.js)
Ext.Ajax.request.callback
Ext.apply.callback
Ext.define.onComplete
Ext.define.onStateChange
(anonymous function)
When I click "Save" I expect
console.log('success', Ext.toArray(arguments));
Instead I get
Uncaught TypeError: Cannot call method 'unmask' of undefined
Ext.define.hideMask sencha-touch-all.js:15 (http://docs.sencha.com/touch/2-0/touch/sencha-touch-all.js)
Ext.Ajax.request.callback
Ext.apply.callback
Ext.define.onComplete
Ext.define.onStateChange
(anonymous function)