assignee_column

NAML documentation   Watch a video
   Usages of this macro
... in workgroup.naml
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
<macro name="assignee_column" parameters="width,title,clickable">
    <n.table_column
Macro
Parameters: head, body
>
        <head>
            <td class="medium-border-color assignee-column nowrap" style="[n.width_style
Macro
Parameters: width
.width/]">
                <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.equal
Binary
Namespace: BasicNamespace
Parameters: value2, value1
 value1="[n.default
Binary
Namespace: BasicNamespace
Parameters: to, text
. to='true'][n.clickable/][/n.default.]" value2="true">
                    <then><n.assignee_dropdown
Macro
/></then>
                    <else><t>Assignee</t></else>
                </n.if.equal>
            </td>
        </head>
        <body>
            <td class="medium-border-color nowrap"><n.current_node
Binary
Namespace: NodeList
Parameters: do
.show_assignee
Macro
Requires: node
/></td>
        </body>
    </n.table_column>
</macro>