2
0
Fork 0
tcrud/lib/plugin/ui/angular/ui-angular.json

72 lines
2.2 KiB
JSON
Raw Permalink Normal View History

2017-06-10 14:53:29 +00:00
{
"masterTEntityTemplate": {
"tlist": { "tplugin": { "angular": {
"tslug": "list",
"thtml": "crud/list",
"tcontroller": {
"prefix": "tcrudAuto",
"postfix": "ListCntr",
"argu": "$scope, $http, $location, $routeParams, navigationService"
},
"tlinks": {
"DataTODO":"/ui/XNodeData/list/XNode/{{row.net_id}}/{{row.net_id}}"
}
}}},
"tcreate": { "tplugin": { "angular": {
"tslug": "create",
"thtml": "crud/create",
"tcontroller": {
"prefix": "tcrudAuto",
"postfix": "CreateCntr",
"argu": "$scope, $http, $location, $routeParams, navigationService"
}
}}},
"tedit": { "tplugin": { "angular": {
"tslug": "edit",
"thtml": "crud/edit",
"tcontroller": {
"prefix": "tcrudAuto",
"postfix": "EditCntr",
"argu": "$scope, $http, $location, $routeParams, navigationService"
}
}}},
"tread": { "tplugin": { "angular": {
"tslug": "read",
"thtml": "crud/read",
"troute": {
},
"tcontroller": {
"prefix": "tcrudAuto",
"postfix": "ReadCntr",
"argu": "$scope, $http, $location, $routeParams, navigationService"
}
}}},
"tdelete": { "tplugin": { "angular": {
"tslug": "delete",
"thtml": "crud/delete",
"tcontroller": {
"prefix": "tcrudAuto",
"postfix": "DeleteCntr",
"argu": "$scope, $http, $location, $routeParams, navigationService"
}
}}},
"tcount": { "tplugin": { "angular": { "tslug": "list-count" }}},
"tverify": { "tplugin": { "angular": { "tslug": "verify" }}},
"tmeta": { "tplugin": { "angular": {
"tslug": "angular",
"tbase": "/ui",
"thtml": "thtml"
}}}
},
"masterTEntityTHelp": {
"tlist": { "tplugin": { "angular": { "tslug": "slug of api url" }}},
"tcreate": { "tplugin": { "angular": { "tslug": "slug of api url" }}},
"tedit": { "tplugin": { "angular": { "tslug": "slug of api url" }}},
"tread": { "tplugin": { "angular": { "tslug": "slug of api url" }}},
"tdelete": { "tplugin": { "angular": { "tslug": "slug of api url" }}},
"tcount": { "tplugin": { "angular": { "tslug": "slug of api url" }}},
"tverify": { "tplugin": { "angular": { "tslug": "slug of api url" }}},
"tmeta": { "tplugin": { "angular": { "tslug": "slug of api url" }}}
}
}