-
7 Mar 2013 9:38 AM #1
Unable to add custom properties to listeners in controllers
Unable to add custom properties to listeners in controllers
Build: 678
It's currently not possible do the following code using Architect:
Code:Ext.define('app.controller.myController', { init: function() { this.control({ 'form #textfield': { change: { fn: this.textFieldChange, buffer: 500 // Delay the request by half a second } } }) }, //... } });
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote