Mercurial > libervia-templates
comparison sat_templates/templates/bulma/input/xmlui.html @ 341:977037f5ac81
(bulma) CSS: use line-through decoration on title when viewing single list item
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 01 Oct 2021 17:34:12 +0200 |
parents | b85b72f44f01 |
children | 16b3a2988afd |
comparison
equal
deleted
inserted
replaced
340:0e388a8288ae | 341:977037f5ac81 |
---|---|
107 | 107 |
108 | 108 |
109 | 109 |
110 {% macro generate_list(xmlui_items, fields, formatters, item_class_fields, field_class_map, on_click) %} | 110 {% macro generate_list(xmlui_items, fields, formatters, item_class_fields, field_class_map, on_click) %} |
111 {# generate a list of rendered XMLUI from requested widgets names | 111 {# generate a list of rendered XMLUI from requested widgets names |
112 very similar to generate_table but generate a list instead of a tabme | 112 very similar to generate_table but generate a list instead of a table |
113 @param xmlui_items(iterable[unicode]): list of xmlui to show | 113 @param xmlui_items(iterable[unicode]): list of xmlui to show |
114 @param fields(tuple[unicode,unicode]): fields to show (name, label) | 114 @param fields(tuple[unicode,unicode]): fields to show (name, label) |
115 @param formatters(dict): dictionary of templates to format values: | 115 @param formatters(dict): dictionary of templates to format values: |
116 field_name => template | 116 field_name => template |
117 if no formatter is set (or None is used) for a field, it will be used unmodified. | 117 if no formatter is set (or None is used) for a field, it will be used unmodified. |