app_child_pagination

NAML documentation   Watch a video
   Usages of this macro
... in app.naml
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
<macro name="app_child_pagination" requires="node_page,servlet" parameters="margin">
    <n.paging
Binary
Namespace: NabbleNamespace
Parameters: rows_per_page, total_rows, do, current_row
.
        total_rows="[n.page_node
Binary
Namespace: NodePageNamespace
Parameters: do
.child_count
Binary
Namespace: NodeNamespace
/]"
        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>