beremiz
Clone
Summary
Browse
Changes
Graph
All widgets reworked to use widget class and animate function if needed
svghmi
2020-08-18, usveticic
f6d428330e04
All widgets reworked to use widget class and animate function if needed
// 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»",
}
| },
}