Note: The CDATA content inside the macro body defines the tasks in the list. This content is coded in wiki markup, as a table.The first row in the table defines the column headings for the task list. Each subsequent row defines a task. <ac:macro ac:name="tasklist">
<ac:parameter ac:name="title">My title</ac:parameter>
<ac:parameter ac:name="enableLocking">true</ac:parameter>
<ac:parameter ac:name="width">20%</ac:parameter>
<ac:parameter ac:name="promptOnDelete">true</ac:parameter>
<ac:plain-text-body><![CDATA[||Completed||Priority||Locked||CreatedDate||CompletedDate||Assignee||Name||
|F|M|F|1371784117215| |admin|Book tickets|
|F|M|F|1371784127222| |admin|Check passport expiry|
]]></ac:plain-text-body>
</ac:macro> |
|