* Load fse stuff from menu.json. Will use form 0..n

This commit is contained in:
Bryan Ashby
2015-06-27 15:32:29 -06:00
parent e7e9070414
commit 670bf0fd6e
4 changed files with 51 additions and 53 deletions

View File

@@ -436,6 +436,38 @@
"options" : { "cls" : true },
"config" : {
"editorType" : "netMail"
},
"form" : {
"0" : {
"ET1ET2MT3" : {
"mci" : {
"ET1" : {
"width" : 20,
"text" : "FIXME: to"
},
"ET2" : {
"width" : 20,
"text" : "FIXME: from"
},
"MT3" : {
"width" : 79,
"height" : 17,
"focus" : true,
"text" : "",
"submit" : [ "escape" ]
}
},
"submit" : {
// :TODO: It may be nice to have a way to submit without data - e.g. we just care about the key press.
"3" : [
{
"value" : 3,
"action" : "@method:editorEscPressed"
}
]
}
}
}
}
}