beremiz
Clone
Summary
Browse
Changes
Graph
Rebuilded gen_index_html.xslt after all new widgets were commited
svghmi
2020-08-05, usveticic
bd0b120cf277
Rebuilded gen_index_html.xslt after all new widgets were commited
// widget_list.ysl2
template "widget[@type='List']", mode="widget_defs" {
param "hmi_element";
| items: {
foreach "$hmi_element/*[@inkscape:label]" {
| «func:escape_quotes(@inkscape:label)»: "«@id»",
}
| },
}