* Onelinerz nearly complete - only really need preview MCI implemented

* Added luciano_blocktronics styled onelinerz - need same style for add oneliner still
This commit is contained in:
Bryan Ashby
2016-06-29 23:23:06 -06:00
parent 9bb08c3d54
commit 96348d5ed8
4 changed files with 85 additions and 25 deletions

View File

@@ -135,7 +135,7 @@
}
TM2: {
argName: addOrExit
items: [ "hell yeah!", "nah" ]
items: [ "yeah!", "nah" ]
submit: true
focus: true
}
@@ -152,18 +152,22 @@
}
]
}
actionKeys: [
{
keys: [ "escape" ]
action: @systemMethod:nextMenu
}
]
},
1: {
mci: {
ET1: {
focus: true
// :TODO: fix this length
maxLength: 30
width: 30
maxLength: 70
argName: oneliner
}
TL2: {
width: 20
width: 60
}
TM3: {
argName: addOrCancel
@@ -184,6 +188,12 @@
}
]
}
actionKeys: [
{
keys: [ "escape" ]
action: @method:cancelAdd
}
]
}
}
}