* Minor code cleanup + fixes, area change/list semi functional

This commit is contained in:
Bryan Ashby
2015-08-18 22:45:47 -06:00
parent aaac4e884b
commit c9a24b7ec8
6 changed files with 56 additions and 47 deletions

View File

@@ -281,20 +281,23 @@
"art" : "msg_area_list.ans",
"module" : "msg_area_list",
"options" : { "cls" : true },
"fallback" : "messageArea",
"form" : {
"0" : {
"LVTL" : {
"TLVM" : {
"mci" : {
"LV1" : {
"VM1" : {
"widht" : 30,
"height" : 10,
"focus" : true
"focus" : true,
"submit" : true,
"argName" : "area"
}
},
"submit" : {
"*" : [
{
"value" : null,
"value" : { "area" : null },
"action" : "@method:changeArea"
}
]