* Updated WIP menu.json ideas

This commit is contained in:
Bryan Ashby 2015-03-31 09:03:47 -06:00
parent 3274908586
commit 1ae571ee44
1 changed files with 17 additions and 0 deletions

View File

@ -61,6 +61,23 @@
"text" : "Cancel"
}
},
/*
"submit" : {
"3" : [ // submitId
{
"value" : { "3" : null }
}
]
}
...
"submit" : {
"*" : [ // submitId = any
{
"value" : { "1" : 1 }
}
]
}
*/
"submit" : [
{
"value" : { "3" : null },