topic_rows

NAML documentation   Watch a video
   Usages of this macro
... in topic.naml
110
111
112
113
114
115
116
117
118
119
<macro name="topic_rows" requires="node,forum_topic_namespace,classic_view_namespace">
    <n.post_list
Binary
Namespace: NodeNamespace
Parameters: length, start, sort, do
.
        sort="date-ascending"
        start="[n.classic_index_record
Macro
Requires: servlet
/]"
        length="[n.classic_rows_per_page
Macro
/]"
    >
        <n.preload_messages
Binary
Namespace: NodeList
/>
        <n.loop
Macro
Requires: sequence
Parameters: by, do
.classic_row
Macro
Requires: node_list
/>
    </n.post_list.>
</macro>