svghmi/widget_list.ysl2
author Edouard Tisserant
Tue, 11 Aug 2020 14:37:33 +0200
branchsvghmi
changeset 3022 f6fe42b7ce60
parent 2997 2f298089e32e
child 3028 72ee99635db7
permissions -rw-r--r--
SVGHMI: finished initial implementation of PAGE_LOCAL and HMI_LOCAL variables.
// 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»",
    }
    |     },
}