UNPKG

gui-tool

Version:

Generating of ExtJS prototypes and skeleton applications with Siesta tests has never been so easy and fast.

14 lines (9 loc) 210 B
Ext.define('{{appName}}.controller.{{definePath}}', { extend: 'Ext.app.Controller', init: function() { this.control({ {{controls}} }); }, {{controlFunctions}} });