mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-11 23:24:43 +02:00
* Quote builder very functional, some bugs
* Work on fallback system (implicit); Added some notes... need saveState/restoreState type functionality as extraArgs may not be final args!
This commit is contained in:
parent
6970e6e2ab
commit
9865da34cc
6 changed files with 112 additions and 23 deletions
|
@ -570,7 +570,6 @@
|
|||
}
|
||||
},
|
||||
messageAreaReplyPost: {
|
||||
//module: msg_area_reply_fse
|
||||
module: msg_area_post_fse
|
||||
config: {
|
||||
art: {
|
||||
|
@ -579,7 +578,8 @@
|
|||
quote: MSGQUOT
|
||||
footerEditor: MSGEFTR
|
||||
footerEditorMenu: MSGEMFT
|
||||
// :TODO: help
|
||||
// :TODO: fix help
|
||||
help: demo_fse_netmail_help.ans
|
||||
}
|
||||
editorMode: edit
|
||||
editorType: area
|
||||
|
@ -647,10 +647,18 @@
|
|||
|
||||
submit: {
|
||||
*: [
|
||||
{
|
||||
value: { 1: 1 }
|
||||
action: @method:replyDiscard
|
||||
}
|
||||
{
|
||||
value: { 1: 2 },
|
||||
action: @method:editModeMenuQuote
|
||||
}
|
||||
{
|
||||
value: { 1: 3 }
|
||||
action: @method:editModeMenuHelp
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -670,7 +678,6 @@
|
|||
height: 7
|
||||
}
|
||||
VM3: {
|
||||
//items: [ "just", "testing", "some", "things" ]
|
||||
width: 79
|
||||
height: 4
|
||||
argName: quote
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue