41 lines
638 B
XML
41 lines
638 B
XML
{
|
|
"widgettype":"VBox",
|
|
"options":{
|
|
"height":"100%"
|
|
},
|
|
"subwidgets":[
|
|
{
|
|
"id":"period",
|
|
"widgettype":"PeriodDays",
|
|
"options":{
|
|
"cheight": 2,
|
|
"step_type":"months",
|
|
"start_date":"{{strdate_add(monthfirstday(), months=-1)}}",
|
|
"end_date":"{{monthfirstday()}}"
|
|
}
|
|
},
|
|
{
|
|
"widgettype":"Filler",
|
|
"options":{
|
|
},
|
|
"subwidgets":[
|
|
{
|
|
"widgettype":"urlwidget",
|
|
"options":{
|
|
"url":"{{entire_url('feelog')}}"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"binds":[
|
|
{
|
|
"wid":"period",
|
|
"event":"changed",
|
|
"actiontype":"script",
|
|
"target":"feelog",
|
|
"script":"await this.render(params)"
|
|
}
|
|
]
|
|
}
|