beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: Add more local HMI variable tests in tests/svghmi.
svghmi
2020-08-12, Edouard Tisserant
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
// 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»",
}
| },
}