Sha256: 6051a91b1ebbae681f7841800368480f4d45f338aae266a956fa3d238455c378
Contents?: true
Size: 545 Bytes
Versions: 1
Compression:
Stored size: 545 Bytes
Contents
Ext.define("Compass.ErpApp.Organizer.Applications.<%= class_name %>.Application", { extend: "Ext.tab.Panel", alias: 'widget.<%= file_name %>application', id: '<%= file_name %>', statics: { menuItems: [ { title: '<%= class_name %>', itemId: '<%= file_name %>', imgSrc: '<%= menu_item_url %>' } ], tabs:[ { xtype: 'panel', title: 'My tab' } ] } });
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
erp_app-4.2.0 | lib/generators/application/templates/assets/javascripts/Application.js.erb |