[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/inc/parser/ -> xhtmlsummary.php (summary)

(no description)

File Size: 96 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Doku_Renderer_xhtmlsummary:: (7 methods):
  document_start()
  document_end()
  header()
  section_open()
  section_close()
  p_open()
  p_close()


Class: Doku_Renderer_xhtmlsummary  - X-Ref

The summary XHTML form selects either up to the first two paragraphs
it find in a page or the first section (whichever comes first)
It strips out the table of contents if one exists
Section divs are not used - everything should be nested in a single
div with CSS class "page"
Headings have their a name link removed and section editing links
removed
It also attempts to capture the first heading in a page for
use as the title of the page.

document_start()   X-Ref
No description

document_end()   X-Ref
No description

header($text, $level, $pos, $returnonly = false)   X-Ref
No description

section_open($level)   X-Ref
No description

section_close()   X-Ref
No description

p_open()   X-Ref
No description

p_close()   X-Ref
No description