Skip to content

Instantly share code, notes, and snippets.

@wrumsby
Created July 18, 2013 09:20
Show Gist options
  • Select an option

  • Save wrumsby/6027937 to your computer and use it in GitHub Desktop.

Select an option

Save wrumsby/6027937 to your computer and use it in GitHub Desktop.
Creating an instance of a class with Ext.create.
var view = Ext.create('My.ToDo.View', {
renderTo: 'containerEl',
store: 'toDoStore'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment