svghmi/widget_list.ysl2
author Edouard Tisserant
Thu, 13 Aug 2020 11:37:39 +0200
branchsvghmi
changeset 3026 d454ed480c0f
parent 2997 2f298089e32e
child 3028 72ee99635db7
permissions -rw-r--r--
SVGHMI: factorize dispatch calling logic.
// 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»",
    }
    |     },
}