* New message_area.js for Message Area APIs, etc.

* msg_area_list.js module for listing/selecting message area (WIP; much to do)
This commit is contained in:
Bryan Ashby
2015-08-18 15:27:14 -06:00
parent 990dffe880
commit aa820ac0b5
5 changed files with 163 additions and 0 deletions

View File

@@ -263,15 +263,37 @@
//"extraArgs" : { "messageAreaId" : 123 }
},
{
"value" : { "command" : "C" },
"action" : "@menu:messageAreaChangeCurrentArea"
},
/*{
"value" : { "command" : "A" },
"action" : "@method:changeArea"
},
*/
{
"value" : { "command" : "Q" },
"action" : "@menu:mainMenu"
}
]
},
"messageAreaChangeCurrentArea" : {
"art" : "msg_area_list.ans",
"module" : "msg_area_list",
"options" : { "cls" : true },
"form" : {
"0" : {
"LVTL" : {
"mci" : {
"LV1" : {
"widht" : 30,
"height" : 10
}
}
}
}
}
},
// :TODO: messageAreaSelect (change msg areas -> call @systemMethod -> fallback to menu
"messageAreaNewPost" : {
"module" : "msg_area_post_fse",