DisplayContent
This is a way to break up documents in to multiple pages. Each page is broken by using [--Page Name--] with the page name being what's shown in the table of contents.
It's pretty much a straight replacement for using [*content*]
You'll also need a few CSS declarations.
div.article_toc is the wrapper div and you'll probably want it with a border and floating either right or left.
h3.toc_header is the header block for the table of contents.
span.current_page is how the current page is formatted in the list.
table.prev_next is the table displayed under the article with the next and previous page links.
I've got an example on one of my sites. This is all coming from one document in Etomite but is being broken up by the snippet.
It's pretty much a straight replacement for using [*content*]
You'll also need a few CSS declarations.
div.article_toc is the wrapper div and you'll probably want it with a border and floating either right or left.
h3.toc_header is the header block for the table of contents.
span.current_page is how the current page is formatted in the list.
table.prev_next is the table displayed under the article with the next and previous page links.
I've got an example on one of my sites. This is all coming from one document in Etomite but is being broken up by the snippet.
- 250
- 19
- 51
- 134,335
- listpics
- vampke










