diff options
author | chris <chris@jalakai.co.uk> | 2006-04-15 18:08:47 +0200 |
---|---|---|
committer | chris <chris@jalakai.co.uk> | 2006-04-15 18:08:47 +0200 |
commit | 7ea0913c940324ef33e9b89d2468bde5d84da2e4 (patch) | |
tree | e00384cc3468dfb7c86a50076ef2fa026d205bcf /inc/geshi/php.php | |
parent | f63a2007b99e30879164f7e1f40859a4a06f1471 (diff) | |
download | rpg-7ea0913c940324ef33e9b89d2468bde5d84da2e4.tar.gz rpg-7ea0913c940324ef33e9b89d2468bde5d84da2e4.tar.bz2 |
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
Diffstat (limited to 'inc/geshi/php.php')
0 files changed, 0 insertions, 0 deletions