PHP Classes

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

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

Contents

Class file image Download
Ext.define('{{name}}.model.GenericTreeModel', { extend: 'Ext.data.Model', fields: ['id'], proxy: { type: 'ajax', url: 'action/list', actionMethods: { //POST o GET read: 'POST' }, reader: { type: 'json' } } });