app_topic_pagination

NAML documentation   Watch a video
   Usages of this macro
... in app.naml
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
<macro name="app_topic_pagination" requires="node_page,servlet" parameters="margin">
    <n.paging
Binary
Namespace: NabbleNamespace
Parameters: rows_per_page, total_rows, do, current_row
.
        total_rows="[n.app_topic_count
Macro
Requires: node_page, servlet
/]"
        current_row="[n.app_index_record
Macro
Requires: servlet
/]"
        rows_per_page="[n.app_rows_per_page
Macro
Requires: node_page
/]"
    >
        <n.generic_paging
Macro
Requires: paging
Parameters: margin, url
>
            <margin>
                <n.default
Binary
Namespace: BasicNamespace
Parameters: to, text
. to='.55em .2em'>
                    <n.margin/>
                </n.default.>
            </margin>
            <url>
                <n.app_paged_url
Macro
Requires: paging_page, node_page, servlet
/>
            </url>
        </n.generic_paging>
    </n.paging.>
</macro>