diff -r 8a9d4c794cba -r fe945f1f48b7 svghmi/widget_list.ysl2 --- a/svghmi/widget_list.ysl2 Mon May 03 00:14:38 2021 +0200 +++ b/svghmi/widget_list.ysl2 Tue May 18 09:22:17 2021 +0200 @@ -1,7 +1,9 @@ // widget_list.ysl2 +widget_desc("List") { + // TODO +} widget_defs("List") { - param "hmi_element"; | items: { foreach "$hmi_element/*[@inkscape:label]" { | «@inkscape:label»: "«@id»", @@ -10,7 +12,10 @@ } widget_defs("TextStyleList") { - param "hmi_element"; + // TODO +} + +widget_defs("TextStyleList") { | styles: { foreach "$hmi_element/*[@inkscape:label]" { const "style", "func:refered_elements(.)[self::svg:text]/@style";