Sha256: e4e003a35da3fa7f1e57d014b3a022f3c26de72c166b977de96d055fca6e5065

Contents?: true

Size: 690 Bytes

Versions: 34

Compression:

Stored size: 690 Bytes

Contents

Ext.define("Compass.ErpApp.<%= container_class_name %>.Applications.<%= application_class_name %>.<%=class_name %>ActiveExtGrid",{
    extend:"Compass.ErpApp.Shared.ActiveExt.ActiveExtGridPanel",
    alias:'widget.<%=file_name%>_activeextgrid',
    constructor : function(config){
        config = Ext.apply({
            title:'<%=class_name %>',
            modelUrl:'/erp_app/<%= container_file_name %>/<%= application_file_name %>/<%=file_name %>/',
            editable:true,
            page:true,
            pageSize:30,
            displayMsg:'Displaying {0} - {1} of {2}',
            emptyMsg:'Empty'
        }, config);
       this.callParent([config]);
    }
});

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
erp_app-4.0.0 lib/generators/active_ext/templates/public/module.js.erb
erp_app-3.1.16 lib/generators/active_ext/templates/public/module.js.erb
erp_app-3.1.15 lib/generators/active_ext/templates/public/module.js.erb
erp_app-3.1.14 lib/generators/active_ext/templates/public/module.js.erb
erp_app-3.1.13 lib/generators/active_ext/templates/public/module.js.erb
erp_app-3.1.12 lib/generators/active_ext/templates/public/module.js.erb
erp_app-3.1.11 lib/generators/active_ext/templates/public/module.js.erb
erp_app-3.1.10 lib/generators/active_ext/templates/public/module.js.erb
erp_app-3.1.9 lib/generators/active_ext/templates/public/module.js.erb
erp_app-3.1.8 lib/generators/active_ext/templates/public/module.js.erb
erp_app-3.1.7 lib/generators/active_ext/templates/public/module.js.erb
erp_app-3.1.6 lib/generators/active_ext/templates/public/module.js.erb
erp_app-3.1.5 lib/generators/active_ext/templates/public/module.js.erb
erp_app-3.1.4 lib/generators/active_ext/templates/public/module.js.erb
erp_app-3.1.3 lib/generators/active_ext/templates/public/module.js.erb
erp_app-3.1.2 lib/generators/active_ext/templates/public/module.js.erb
erp_app-3.0.16 lib/generators/active_ext/templates/public/module.js.erb
erp_app-3.0.15 lib/generators/active_ext/templates/public/module.js.erb
erp_app-3.1.1 lib/generators/active_ext/templates/public/module.js.erb
erp_app-3.1.0 lib/generators/active_ext/templates/public/module.js.erb