-
23 Feb 2013 12:34 AM #1
Ho to set eventPublishers property to Ext.application.
Ho to set eventPublishers property to Ext.application.
Hi everybody.
I need set eventPublishers property to Ext.application. Like this:
How to do it?Code:Ext.application({ name: 'app', // disable all the below recognizers eventPublishers: { touchGesture: { recognizers: { rotate: null, doubleTap: null, longPress: null, swipe: null } } }, ... })


Reply With Quote