PHP Classes

File: libs/Raptor/Component/systemBundle/Views/ui/templates/app.js.twig

Recommend this page to a friend!
  Classes of william amed   Raptor 2   libs/Raptor/Component/systemBundle/Views/ui/templates/app.js.twig   Download  
File: libs/Raptor/Component/systemBundle/Views/ui/templates/app.js.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change: Template Extjs changed
Date: 8 years ago
Size: 278 bytes
 

Contents

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