classic_pagination

NAML documentation   Watch a video
   Usages of this macro
... in topic.naml
368
369
370
371
372
373
374
375
376
377
378
379
<macro name="classic_pagination" parameters="margin,row_count">
    <n.paging
Binary
Namespace: NabbleNamespace
Parameters: rows_per_page, total_rows, do, current_row
.
        total_rows="[n.row_count/]"
        current_row="[n.classic_index_record
Macro
Requires: servlet
/]"
        rows_per_page="[n.classic_rows_per_page
Macro
/]"
    >
        <n.generic_paging
Macro
Requires: paging
Parameters: margin, url
>
            <margin><n.margin/></margin>
            <url><n.page_node
Binary
Namespace: NodePageNamespace
Parameters: do
.topic_path
Macro
Requires: node
Parameters: view, index_record, selected_id
 view="[n.classic_view
Macro
/]" index_record="[n.page_row
Binary
Namespace: Page
Parameters: do
/]"/></url>
        </n.generic_paging>
    </n.paging.>
</macro>