* Start work on message area replies

This commit is contained in:
Bryan Ashby
2015-09-12 18:18:46 -06:00
parent 05f666cf29
commit 08beee4274
4 changed files with 95 additions and 7 deletions

View File

@@ -520,6 +520,13 @@
"value" : { "1" : 1 },
"action" : "@method:nextMessage"
},
{
value: { 1: 2 },
action: @method:replyMessage
extraArgs: {
menu: messageAreaReplyPost
}
},
{
"value" : { "1" : 3 },
"action" : "@menu:messageArea"
@@ -553,6 +560,52 @@
}
}
},
messageAreaReplyPost: {
module: msg_area_reply_fse
config: {
art: {
header: MSGEHDR
body: MSGBODY
quote: MSGQUOT
footerEditor: MSGEFTR
footerEditorMenu: MSGEMFT
// :TODO: help
}
editorMode: edit
editorType: area
}
form: {
0: {
mci: {
// :TODO: use appropriate system properties for these lenghts
TL1: {
width: 27
argName: from
}
ET2: {
width: 27
argName: to
focus: true
}
ET3: {
width: 27
argName: subject
maxLength: 72
submit: true
}
TL4: {
// :TODO: this is for RE: line
width: 27
textOverflow: ...
}
MA5: {
width: 27
textOverflow: ...
}
}
}
}
}
// :TODO: messageAreaSelect (change msg areas -> call @systemMethod -> fallback to menu
"messageAreaNewPost" : {
"status" : "Posting message",
@@ -653,17 +706,13 @@
"action" : "@menu:messageArea"
},
{
"value" : { "1" : 2 },
"action" : "@method:fseSubmitProxy"
value: { 1: 2 },
action: @method:editModeQuote
},
{
"value" : { "1" : 3 },
"action" : "@method:editModeMenuHelp"
}/*,
{
"value" : 1,
"action" : "@method:editModeEscPressed"
}*/
}
]
},
"actionKeys" : [ // :TODO: Need better name