2024-05-08 21:13:21 +00:00
|
|
|
title: $:/core/ui/testcases/DefaultTemplate/SourceTabs
|
2023-10-26 15:56:15 +00:00
|
|
|
|
2023-10-31 13:56:19 +00:00
|
|
|
\whitespace trim
|
2024-05-05 12:54:02 +00:00
|
|
|
\procedure body()
|
2023-10-26 15:56:15 +00:00
|
|
|
<$list filter="[<currentTab>fields[]] -text +[limit[1]]" variable="ignore">
|
|
|
|
<table class="tc-field-table">
|
|
|
|
<tbody>
|
|
|
|
<$list filter="[<currentTab>fields[]sort[]] -text -title title +[putfirst[]]" variable="fieldName">
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<$text text=<<fieldName>>/>
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
<$view tiddler=<<currentTab>> field=<<fieldName>>/>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</$list>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</$list>
|
|
|
|
<$edit class="tc-edit-texteditor" tiddler=<<currentTab>>/>
|
2024-05-05 12:54:02 +00:00
|
|
|
\end
|
|
|
|
|
|
|
|
<$transclude $variable="body" $mode="inline"/>
|