Message Area - Cancel message #47
This commit is contained in:
parent
b0ddc3fec4
commit
fbba2160fe
|
@ -945,6 +945,12 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
actionKeys: [
|
||||||
|
{
|
||||||
|
keys: [ "escape" ]
|
||||||
|
action: @systemMethod:prevMenu
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
1: {
|
1: {
|
||||||
mci: {
|
mci: {
|
||||||
|
@ -1235,12 +1241,14 @@
|
||||||
submit: true
|
submit: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
actionKeys: [
|
actionKeys: [
|
||||||
{
|
{
|
||||||
keys: [ "escape" ]
|
keys: [ "escape" ]
|
||||||
action: @method:cancelSubmit
|
action: @method:cancelSubmit
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
submit: {
|
submit: {
|
||||||
*: [
|
*: [
|
||||||
{
|
{
|
||||||
|
@ -1648,7 +1656,8 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
|
|
||||||
messageAreaReplyPost: {
|
messageAreaReplyPost: {
|
||||||
module: msg_area_post_fse
|
module: msg_area_post_fse
|
||||||
config: {
|
config: {
|
||||||
|
@ -1688,8 +1697,19 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
submit: {
|
submit: {
|
||||||
3: [ { "value" : { "subject" : null }, "action" : "@method:headerSubmit" } ]
|
3: [
|
||||||
|
{
|
||||||
|
value: { subject: null }
|
||||||
|
action: @method:headerSubmit
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
actionKeys: [
|
||||||
|
{
|
||||||
|
keys: [ "escape" ]
|
||||||
|
action: @systemMethod:prevMenu
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
1: {
|
1: {
|
||||||
mci: {
|
mci: {
|
||||||
|
@ -1840,6 +1860,13 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
actionKeys: [
|
||||||
|
{
|
||||||
|
keys: [ "escape" ]
|
||||||
|
action: @systemMethod:prevMenu
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
1: {
|
1: {
|
||||||
|
|
Loading…
Reference in New Issue