it:ad:ext.js:home

IT:AD:ExtJS

Ext.application({
  name: 'MyApp',
  models: ['Post', 'Comment'],
  controllers: ['Posts', 'Comments'],      
  launch: function() {
    Ext.create('Ext.container.Viewport', {
        items: {
            html: 'My App'
        }
    });
  }
});
  • /home/skysigal/public_html/data/pages/it/ad/ext.js/home.txt
  • Last modified: 2023/11/04 03:24
  • by 127.0.0.1