PHP Classes

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

Recommend this page to a friend!
  Classes of william amed   Raptor 2   libs/Raptor/Component/systemBundle/Views/ui/templates/view/tree.js.twig   Download  
File: libs/Raptor/Component/systemBundle/Views/ui/templates/view/tree.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: 289 bytes
 

Contents

Class file image Download
Ext.define('{{name}}.view.GenericTree', { extend: 'Ext.tree.Panel', alias: 'widget.generictree', rootVisible: true, store: 'GenericTreeStore', title: 'Tree', iconCls:'', width:'30%', initComponent: function() { this.callParent(); } });