group_row

NAML documentation   Watch a video
   Usages of this macro
... in change_user_groups.naml
95
96
97
98
99
100
101
102
103
104
105
106
<macro name="group_row" parameters="group,checked">
    <n.group_field
Macro
Parameters: do, group
. group="[n.group/]">
        <n.set_value
Binary
Namespace: FieldNamespace
Parameters: value
.checked/>
        <tr>
            <td>
                <n.checkbox
Macro
Requires: field
Parameters: style
/>
            </td>
            <td><label for="[n.name
Binary
Namespace: FieldNamespace
/]"><n.group/></label></td>
            <td></td>
        </tr>
    </n.group_field.>
</macro>