new_topic

NAML documentation   Watch a video
   Usages of this macro
... in new_topic.naml
1
2
3
4
5
6
7
8
9
10
<macro name="new_topic" requires="servlet">
    <n.new_post
Macro
Requires: servlet
Parameters: bottom, page_name, focus
>
        <page_name>
            <t>Post New Message</t>
        </page_name>
        <focus>
            <n.subject_field
Macro
Parameters: do
.focus
Macro
Requires: field
/>
        </focus>
    </n.new_post>
</macro>