beremiz
Clone
Summary
Browse
Changes
Graph
Updated svg and xml for testing program
svghmi
2020-09-16, usveticic
696301e869d5
Updated svg and xml for testing program
// widget_list.ysl2
template "widget[@type='List' or @type='TextStyleList']", mode="widget_defs" {
param "hmi_element";
| items: {
foreach "$hmi_element/*[@inkscape:label]" {
| «func:escape_quotes(@inkscape:label)»: "«@id»",
}
| },
}