* New string util method: format()

* Minor work on area list -- WIP!
This commit is contained in:
Bryan Ashby
2015-08-18 17:00:18 -06:00
parent aa820ac0b5
commit aaac4e884b
4 changed files with 44 additions and 5 deletions

View File

@@ -287,8 +287,17 @@
"mci" : {
"LV1" : {
"widht" : 30,
"height" : 10
"height" : 10,
"focus" : true
}
},
"submit" : {
"*" : [
{
"value" : null,
"action" : "@method:changeArea"
}
]
}
}
}