Searched hist:"7 ea0913c940324ef33e9b89d2468bde5d84da2e4" (Results 1 – 1 of 1) sorted by relevance
| /dokuwiki/inc/ |
| H A D | template.php | 7ea0913c940324ef33e9b89d2468bde5d84da2e4 Sat Apr 15 16:08:47 UTC 2006 chris <chris@jalakai.co.uk> events TPL_ACTION_HTML & TPL_DISPLAY_HTML
event TPL_ACTION_HTML data $ACT action tpl_content_core (formerly tpl_content)
This event is a wrapper for tpl_content() (now tpl_content_core()) and as such is a full trigger, meaning it issues three advises: - TPL_ACTION_HTML_before - TPL_ACTION_HTML - TPL_ACTION_HTML_after
Event handlers can output HTML before and/or after the main Dokuwiki page output and can prevent the default dokuwiki page generation taking place.
Example uses could include: - replacements for dokuwiki command handlers like index. - appending a discussion section to the page by handling TPL_ACTION_HTML_after
event TPL_DISPLAY_HTML data html output produced by tpl_content_core[1] action send output to browser
Event handlers can post process the HTML output before it is sent to the client browser. This is a full trigger, meaning it issues three advises - TPL_DISPLAY_HTML_before - TPL_DISPLAY_HTML - TPL_DISPLAY_HTML_after
darcs-hash:20060415160847-9b6ab-d7affcb1aaf49aecfaf9bc1e78a82ceb8ae409f7.gz
|