post_dropdown

NAML documentation   Watch a video
   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "post_dropdown".
... in dropdown.naml
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<macro name="post_dropdown" requires="node">
    <n.dropdown.
        id="postdropdown[n.id/]"
        text="[t]More[/t]"
        title="[t]Click for more options[/t]"
        loadOnClick="/template/NamlServlet.jtp?macro=post_dropdown_later&node=[n.id/]"
    >
        <n.menu_reply_to_author/>
        <n.menu_edit_post/>
        <n.menu_move_post/>
        <n.menu_delete_post/>
        <n.menu_change_post_date/>
        <n.menu_print_post/>
        <n.menu_permalink/>
        <n.menu_raw_mail/>
    </n.dropdown.>
</macro>