app_dropdown_action_row

NAML documentation   Watch a video
   Usages of this macro
... in widget.naml
83
84
85
86
87
88
89
90
91
92
<macro name="app_dropdown_action_row" requires="node_page">
    <tr>
        <td style="width:20px;padding-top:.5em">
            <img src="/images/gear.png" class="image16" border="0" />
        </td>
        <td class="nowrap" style="padding:.5em 0 0 .2em">
            <n.page_node
Binary
Namespace: NodePageNamespace
Parameters: do
.app_dropdown
Macro
Requires: node
/>
        </td>
    </tr>
</macro>