svghmi/widget_list.ysl2
author Edouard Tisserant <edouard.tisserant@gmail.com>
Wed, 22 Jul 2020 13:56:43 +0200
branchsvghmi
changeset 2997 2f298089e32e
child 3028 72ee99635db7
permissions -rw-r--r--
SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
// 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»",
    }
    |     },
}