* Not much ... few minor changes

This commit is contained in:
Bryan Ashby
2015-08-26 23:04:04 -06:00
parent 9442760679
commit 3be271aab5
6 changed files with 84 additions and 7 deletions

View File

@@ -266,6 +266,10 @@
"value" : { "command" : "C" },
"action" : "@menu:messageAreaChangeCurrentArea"
},
{
"value" : { "command" : "L" },
"action" : "@menu:messageAreaMessageList"
},
/*{
"value" : { "command" : "A" },
"action" : "@method:changeArea"
@@ -312,6 +316,26 @@
}
}
},
"messageAreaMessageList" : {
"module" : "msg_list",
"art" : "msg_list",
"options" : { "cls" : true },
"fallback" : "messageArea",
"config" : {
},
"form" : {
"0" : {
"VM" : {
"mci" : {
"VM1" : {
"height" : 10
}
}
}
}
}
},
// :TODO: messageAreaSelect (change msg areas -> call @systemMethod -> fallback to menu
"messageAreaNewPost" : {
"module" : "msg_area_post_fse",