UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

29 lines (22 loc) 510 B
Ext.define('Admin.view.widgets.WidgetsController', { extend: 'Ext.app.ViewController', alias: 'controller.widgets', onFollow: function (sender) { // TODO }, onMessage: function (sender) { // TODO }, onContactFacebook: function (sender) { // TODO }, onContactTwitter: function (sender) { // TODO }, onContactGooglePlus: function (sender) { // TODO }, onContactEmail: function (sender) { // TODO } });