sage/wwwroot/public/api/index.ui
2026-04-22 15:29:43 +08:00

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 %}
]
}