Files

11 lines
337 B
PHP

var init = {
tableElem: '#currentTable',
tableRenderId: 'currentTableRenderId',
indexUrl: 'system.uploadfile/index',
addUrl: 'system.uploadfile/add',
editUrl: 'system.uploadfile/edit',
deleteUrl: 'system.uploadfile/delete',
modifyUrl: 'system.uploadfile/modify',
exportUrl: 'system.uploadfile/export',
};