svghmi/widget_list.ysl2
author usveticic
Wed, 05 Aug 2020 15:16:43 +0200
branchsvghmi
changeset 3014 1a3fd83d9136
parent 2997 2f298089e32e
child 3028 72ee99635db7
permissions -rw-r--r--
Create new multistate widget which extand class widget
// 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»",
    }
    |     },
}