PHP Classes

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

Recommend this page to a friend!
  Classes of william amed   Raptor 2   libs/Raptor/Component/systemBundle/Views/ui/templates/store/treestore.js.twig   Download  
File: libs/Raptor/Component/systemBundle/Views/ui/templates/store/treestore.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:
Date: 8 years ago
Size: 217 bytes
 

Contents

Class file image Download
Ext.define('{{name}}.store.GenericTreeStore', { extend: 'Ext.data.TreeStore', model: '{{name}}.model.GenericTreeModel', autoLoad: false, root: { text: "Root", expandable:false } });