Sha256: 2faa93b350a623d5a9b58c29998855e7d604afdb68698b3cf0d67a662533e5c1

Contents?: true

Size: 885 Bytes

Versions: 1

Compression:

Stored size: 885 Bytes

Contents

Ext.ns("Compass.ErpApp.Organizer.Applications.<%= class_name %>");
/**
 * Method to setup organizer application
 */
Compass.ErpApp.Organizer.Applications.<%= class_name %>.Base = function (config) {
    this.setup = function () {
        config.organizerLayout.addApplication({
            title: 'Account Management',
            id: 'accountManagementTabPanel',
            tabs: [
                {
                    title: 'Hello World',
                    itemId: 'helloWorld',
                    html: 'Organizer Application'
                }
            ],
            menuItems: [
                {
                    title: '<%= class_name %>',
                    tabItemId: 'helloWorld',
                    imgSrc: '/images/erp_app/organizer/applications/crm/customer_360_64x64.png'
                }
            ]

        });
    };
};

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
erp_app-4.0.0 lib/generators/organizer_application/templates/public/base.js.erb