* Mostly code cleanup & minor refactors

This commit is contained in:
Bryan Ashby
2015-04-27 22:40:05 -06:00
parent cb5fc13da5
commit 99fb3b34c7
6 changed files with 68 additions and 184 deletions

Binary file not shown.

View File

@@ -204,19 +204,29 @@
"options" : { "cls" : true },
"form" : {
"0" : {
"BT4ET1ET2ET3" : {
"BT5ET1ET2ET3ET4" : {
"mci" : {
"ET1" : {
"width" : 20,
"maxLength" : 20
},
"ET2" : {
"maxLength" : 20
"width" : 20,
"maxLength" : 40
},
"ET3" : {
"fillChar" : " ",
"width" : 20,
"fillChar" : "-",
// :TODO: fillColor
"maxLength" : 20
},
"BT4" : {
"ET4" : {
"width" : 20,
"maxLength" : 20,
"password" : true
},
"BT5" : {
"width" : 8,
"text" : "Back",
"submit" : true
}
@@ -234,6 +244,16 @@
}
}
/*
:TODO: conceptual simplified menus -- actions/etc. without forms
"thing" : {
"mci" : {
"ET1" : {
"action" : "@menu:stuff"
}
}
}
*/
/*
"demoEditTextView" : {
"art" : "demo_edit_text_view.ans",
"options" : { "cls" : true },