App-Dochazka-WWW

 view release on metacpan or  search on metacpan

share/js/dochazka-www/daction-init.js  view on Meta::CPAN


        // Schedule actions
        target.push('browseAllSchedules', {
            'name': 'browseAllSchedules',
            'type': 'daction',
            'menuText': 'Browse schedules',
            'aclProfile': 'admin',
            'start': dactionStart('browseAllSchedules'),
            'pushable': false
        });
        target.push('actionSchedLookup', {
            'name': 'actionSchedLookup',
            'type': 'daction',
            'menuText': 'Detail',
            'aclProfile': 'inactive',
            'start': dactionStart('actionSchedLookup'),
            'pushable': false
        });
        target.push('createSchedule', {
            'name': 'createSchedule',
            'type': 'daction',
            'menuText': 'Create',
            'aclProfile': 'admin',
            'start': dactionStart('createSchedule'),
            'pushable': false
        });
        target.push('actionDisplaySchedule', {
            'name': 'actionDisplaySchedule',
            'type': 'daction',
            'menuText': 'Display',
            'aclProfile': 'inactive',
            'start': dactionStart('actionDisplaySchedule'),
            'pushable': false
        });
        target.push('schedEditSave', {
            'name': 'schedEditSave',
            'type': 'daction',
            'menuText': 'Save changes',
            'aclProfile': 'active',
            'start': dactionStart('schedEditSave'),
            'pushable': false
        });
        target.push('schedReallyDelete', {
            'name': 'schedReallyDelete',
            'type': 'daction',
            'menuText': 'Yes, I really mean it',
            'aclProfile': 'admin',
            'start': dactionStart('schedReallyDelete'),
            'pushable': false
        });

        // Interval actions
        target.push('createMultipleIntSave', {
            'name': 'createMultipleIntSave',
            'type': 'daction',
            'menuText': 'Save',
            'aclProfile': 'active',
            'start': dactionStart('createMultipleIntSave'),
            'pushable': false
        });
        target.push('createSingleIntMenuItem', {
            'name': 'createSingleIntMenuItem',
            'type': 'daction',
            'menuText': 'Create single',
            'aclProfile': 'active',
            'start': dactionStart('createSingleIntMenuItem'),
            'pushable': false
        });
        target.push('createSingleIntSave', {
            'name': 'createSingleIntSave',
            'type': 'daction',
            'menuText': 'Save',
            'aclProfile': 'active',
            'start': dactionStart('createSingleIntSave'),
            'pushable': false
        });
        target.push('createLockSave', {
            'name': 'createLockSave',
            'type': 'daction',
            'menuText': 'Save',
            'aclProfile': 'active',
            'start': dactionStart('createLockSave'),
            'pushable': false
        });
        target.push('deleteSingleInt', {
            'name': 'deleteSingleInt',
            'type': 'daction',
            'menuText': 'Delete',
            'aclProfile': 'active',
            'start': dactionStart('deleteSingleInt'),
            'pushable': false
        });
        target.push('deleteLock', {
            'name': 'deleteLock',
            'type': 'daction',
            'menuText': 'Delete',
            'aclProfile': 'active',
            'start': dactionStart('deleteLock'),
            'pushable': false
        });
        target.push('updateSingleIntSave', {
            'name': 'updateSingleIntSave',
            'type': 'daction',
            'menuText': 'Save',
            'aclProfile': 'active',
            'start': dactionStart('updateSingleIntSave'),
            'pushable': false
        });
        target.push('viewIntervalsAction', {
            'name': 'viewIntervalsAction',
            'type': 'daction',
            'menuText': 'View',
            'aclProfile': 'inactive',
            'start': dactionStart('viewIntervalsAction'),
            'pushable': true
        });
        target.push('viewLocksAction', {
            'name': 'viewLocksAction',
            'type': 'daction',
            'menuText': 'View',
            'aclProfile': 'active',
            'start': dactionStart('viewLocksAction'),
            'pushable': true
        });

        // Activity actions - select



( run in 1.016 second using v1.01-cache-2.11-cpan-acf6aa7dc9e )