PHP Classes

File: src/examples/exampleBundle/Resources/Grid/js/app.js

Recommend this page to a friend!
  Classes of william amed   Raptor 2   src/examples/exampleBundle/Resources/Grid/js/app.js   Download  
File: src/examples/exampleBundle/Resources/Grid/js/app.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 291 bytes
 

Contents

Class file image Download
/* * Created With Raptor * Copyrigth 2013 */ Ext.application({ name: 'Grid', // automatically create an instance of AM.view.Viewport autoCreateViewport: true, models: ['GenericModel'], stores: ['Generic'], controllers: ['Generic'] }); Dino.Animated();