2023-04-10 16:48:04 +00:00
|
|
|
title: $:/core/ui/testcases/DefaultTemplate/Source
|
|
|
|
|
2023-04-26 11:16:52 +00:00
|
|
|
<$list filter="[<currentTab>fields[]] -text +[limit[1]]" variable="ignore">
|
2023-04-17 10:47:45 +00:00
|
|
|
<table class="tc-field-table">
|
2023-04-11 16:59:55 +00:00
|
|
|
<tbody>
|
2023-04-27 17:06:12 +00:00
|
|
|
<$list filter="[<currentTab>fields[]sort[]] -text -title title +[putfirst[]]" variable="fieldName">
|
2023-04-11 16:59:55 +00:00
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<$text text=<<fieldName>>/>
|
|
|
|
</td>
|
|
|
|
<td>
|
2023-04-26 11:16:52 +00:00
|
|
|
<$view tiddler=<<currentTab>> field=<<fieldName>>/>
|
2023-04-11 16:59:55 +00:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</$list>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
2023-04-17 10:47:45 +00:00
|
|
|
</$list>
|
2023-04-28 09:48:08 +00:00
|
|
|
<$edit class="tc-edit-texteditor" tiddler=<<currentTab>>/>
|