Skip to content

Instantly share code, notes, and snippets.

@Initsogar
Created December 15, 2013 06:39
Show Gist options
  • Save Initsogar/7969745 to your computer and use it in GitHub Desktop.
Save Initsogar/7969745 to your computer and use it in GitHub Desktop.
<snippet>
<content><![CDATA[
Ext.define('${1:AppName}.controller.${2:ViewName}', {
extend: 'Ext.app.Controller',
config: {
refs: {
elemento: '#elemento'
},
control: {
elemento: {
evento: function(){
}
}
}
},
launch: function(){
}
});
]]></content>
<tabTrigger>sencha:controller</tabTrigger>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment