DokuWiki

It's better when it's simple

User Tools

Site Tools


devel:action_router

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
devel:action_router [2021-01-23 17:57] – [Action Plugins] Klap-indevel:action_router [2023-09-19 08:50] (current) – [Output] andi
Line 24: Line 24:
 Once the action has been decided, DokuWiki continues the flow, loads the template and will finally reach a call to [[xref>tpl_content()]] which gets the current action from the router and calls ''Action::tplContent()'' on it which returns the actual HTML to output. Once the action has been decided, DokuWiki continues the flow, loads the template and will finally reach a call to [[xref>tpl_content()]] which gets the current action from the router and calls ''Action::tplContent()'' on it which returns the actual HTML to output.
  
-Note, that not all actions may have a ''tplContent'' method, because they either abort to a different action earlier or because they abort the whole further flow and output their own content (''think export_html'').+Note, that not all actions may have a ''tplContent'' method, because they either abort to a different action earlier or because they abort the whole further flow and output their own content (think ''export_html'').
  
 ===== Action Plugins ===== ===== Action Plugins =====
devel/action_router.txt · Last modified: 2023-09-19 08:50 by andi

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki