edouard@2997: // widget_list.ysl2 edouard@2997: edouard@3232: widget_defs("List") { edouard@2997: param "hmi_element"; edouard@2997: | items: { edouard@2997: foreach "$hmi_element/*[@inkscape:label]" { Edouard@3031: | «@inkscape:label»: "«@id»", edouard@2997: } edouard@2997: | }, edouard@2997: } Edouard@3031: edouard@3232: widget_defs("TextStyleList") { Edouard@3031: param "hmi_element"; Edouard@3031: | styles: { Edouard@3031: foreach "$hmi_element/*[@inkscape:label]" { Edouard@3185: const "style", "func:refered_elements(.)[self::svg:text]/@style"; Edouard@3031: | «@inkscape:label»: "«$style»", Edouard@3031: } Edouard@3031: | }, Edouard@3031: }