Guest User

Untitled

a guest
Jan 22nd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. Ext.require("Ext.app.Application");
  2. Ext.application({
  3. name: 'MyApp',
  4. launch: function() {
  5. Ext.create('Ext.container.Viewport', {
  6. items: {
  7. html: 'My App'
  8. }
  9. });
  10. }
  11. });
Add Comment
Please, Sign In to add comment