samples/list.yml2
author Volker Birk <vb@pep-project.org>
Mon, 04 Nov 2019 11:36:06 +0100
changeset 38 90d687cbe277
parent 0 76005e62091d
permissions -rw-r--r--
explicitely name match attribute
decl list(name);
decl title alias columnTitle;

list "List of goods" {
    head title "Goods", title "Price";
    row value "Beer", value 20;
    row value "Wine", value 30;
}