table, row, column, group (= fieldset containing a table), groupitem (= row) built-in templates
table, row, column, group (= fieldset containing a table), groupitem (= row)
Tables no longer automatically generate rows and columns. This behavior was not very reliable, especially when working with ajax. This change also affects group, which uses a table inside. A common pattern was to have a label with input in a groupitem, which automatically generated separate columns for label and input, this can be reconstructed by replacing label with labelcolumns:
Submitted by Danny Groenewegen on 4 January 2011 at 12:53labelcolumns("input i: "){ input(i) } -> <td><label for="123">input i: </label></td> <td><input id="123" /></td>
Issue Log
On 4 January 2011 at 12:53 Danny Groenewegen tagged 1.2.6
On 4 January 2011 at 12:54 Danny Groenewegen closed this issue.
Log in to post comments