* @method for view properties. WIP... hacked in, needs cleaned up & DRY

* Messing around with different approaches to last callers...
This commit is contained in:
Bryan Ashby
2015-07-26 22:51:06 -06:00
parent 542327460b
commit 99ea870ebc
8 changed files with 337 additions and 17 deletions

View File

@@ -210,7 +210,44 @@
"lastCallers" :{
"module" : "last_callers",
"art" : "LASTCALL.ANS",
"options" : { "cls" : true }
"options" : { "cls" : true },
"config" : {
"dateTimeFormat" : "ddd MMM Do H:mm a",
"fields" : [
{
"name" : "who",
"width" : 17
},
{
"name" : "location",
"width" : 20
},
{
"name" : "affiliation",
"width" : 20
},
{
"name" : "when",
"width" : 20
}
]
},
"form" : {
"0" : {
"TLTLTLTLTLTLTLTLTLTLTLTLTLTLTLTLTLTLTLTL" : {
"mci" : {
"TL1" : {
//"text" : "@method:getLastCaller"
},
"TL2" : {
//"text" : "@method:getLastCaller"
}
}
}
}
}
},
"demoMain" : {
"art" : "demo_selection_vm.ans",