mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-04 00:41:56 +02:00
* Allow hot keys to be case insensitive
* Start of better demo
This commit is contained in:
parent
028c5be418
commit
3e93b5b67d
4 changed files with 52 additions and 7 deletions
BIN
mods/art/demo_edit_text_view1.ans
Normal file
BIN
mods/art/demo_edit_text_view1.ans
Normal file
Binary file not shown.
|
@ -199,6 +199,41 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"demoEditTextView" : {
|
||||
"art" : "demo_edit_text_view1.ans",
|
||||
"options" : { "cls" : true },
|
||||
"form" : {
|
||||
"0" : {
|
||||
"BT4ET1ET2ET3" : {
|
||||
"mci" : {
|
||||
"ET1" : {
|
||||
"maxLength" : 20
|
||||
},
|
||||
"ET2" : {
|
||||
"maxLength" : 20
|
||||
},
|
||||
"ET3" : {
|
||||
"fillChar" : " ",
|
||||
"maxLength" : 20
|
||||
},
|
||||
"BT4" : {
|
||||
"text" : "Back",
|
||||
"submit" : true
|
||||
}
|
||||
},
|
||||
"submit" : {
|
||||
"*" : [
|
||||
{
|
||||
"value" : 4,
|
||||
"action" : "@menu:demoMain"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
/*
|
||||
"demoEditTextView" : {
|
||||
"art" : "demo_edit_text_view.ans",
|
||||
"options" : { "cls" : true },
|
||||
|
@ -219,11 +254,12 @@
|
|||
},
|
||||
"TM6" : {
|
||||
"items" : [ "Yes", "No" ],
|
||||
"hotkeys" : { "y" : 0, "n" : 1 }
|
||||
"hotkeys" : { "Y" : 0, "n" : 1 }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue