35 lines
509 B
XML
35 lines
509 B
XML
{
|
|
"widgettype": "VScrollPanel",
|
|
"options":{
|
|
"height": "100%",
|
|
"width": "100%"
|
|
},
|
|
"subwidgets":[
|
|
{
|
|
"widgettype":"MdWidget",
|
|
"options":{
|
|
"margin": "10px",
|
|
"width":"100%",
|
|
"md_url":"{{entire_url('api_')}}{{params_kw._lang}}.md"
|
|
}
|
|
}
|
|
{% for myjs in jsfiles() %}
|
|
,{
|
|
"widgettype": "Text",
|
|
"options": {
|
|
"text": "{{myjs}}"
|
|
}
|
|
}
|
|
{% endfor %}
|
|
{% for mycss in cssfiles() %}
|
|
,{
|
|
"widgettype": "Text",
|
|
"options": {
|
|
"text": "{{mycss}}"
|
|
}
|
|
}
|
|
{% endfor %}
|
|
|
|
]
|
|
}
|