<section>...</section>
タグと、その中の <sectiontable>...</sectiontable>
タグを使って、記事以外のどんな場所にも表示できるようになりました。
<section size="5" id="todophonenotes" active="true" search="c(検索キーワード)" type="tasks" search="x(phonenotes)" title="未完了の電話メモ" proj="__journalrequest.project.id__" entryclass="phonenote" duplicates="true">
<sectiontable entry_class="#$type$" fields="priority,assigned,start,due,estimate,duration">
<com.traction.sdl.gwtrpc.token.sectiontable#render />
</sectiontable>
</section>
entry.property.number
タグを追加しました。このタグは、 variable.number
や url.param.number
タグと同じように、数値だけを返します。値が数値でない場合、このタグは何も返しません。f()
を追加しました。例えば、SDL の entries
タグで使用するには次のようにします。
<entries type="tasks" slice="month" search="f(priority:1)">
...
</entries>
TP61wLogo.png
task_summary_2.png
goal_details.png
section_table_example.png