* WIP on standard menu and menu.json MCI / form mapping. Much to do...

This commit is contained in:
Bryan Ashby
2015-03-26 22:58:22 -06:00
parent 4c4b0de54c
commit cca9334bd3
4 changed files with 180 additions and 2 deletions

View File

@@ -4,7 +4,17 @@
*/
"matrix" : {
"art" : "matrix",
"module" : "matrix"
"form" : [
{
"mciReq" : [ "VM1" ],
"VM1" : {
"submit" : true,
"focus" : true,
"items" : [ "Login", "Apply", "Log Off" ]
}
}
]
//"module" : "matrix"
},
"login" : {
"art" : "login",