soo_multidoc_page_number
Usage
Outputs current page number and total number of pages. Requires individual article context.
<txp:soo_multidoc_page_number />
Attributes
class="HTML class"HTML class attribute value for the output taghtml_id="HTML ID"HTML ID attribute value for the output tagwraptag="tag name"Tag name (no brackets) for output tag. Default is “span”format="format string"Default is “Page {page} of {total}”. The tag will output this string, after any occurences of “{page}” have been replaced with the current page number; likewise for “{total}” and the total number of pages.
Examples
Default
<txp:soo_multidoc_page_number />
Page 19 of 26
Custom format string
<txp:soo_multidoc_page_number format="pg {page} of {total} total pages" />
pg 19 of 26 total pages
Posted 2009-05-01 (modified 2009-05-01)








