DokuWiki

It's better when it's simple

User Tools

Site Tools


devel:event:fulltext_snippet_create

Differences

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

Link to this comparison view

Next revision
Previous revision
devel:event:fulltext_snippet_create [2009-10-26 10:11] – created andidevel:event:fulltext_snippet_create [2022-09-17 01:31] (current) Klap-in
Line 15: Line 15:
  
 <code php> <code php>
-array( +[ 
-      'id'        => $id, +    'id'        => $id, 
-      'text'      => &$text, +    'text'      => &$text, 
-      'highlight' => &$highlight, +    'highlight' => &$highlight, 
-      'snippet'   => '', +    'snippet'   => '', 
-     );+];
 </code> </code>
  
 ''text'' and ''highlight'' can be modified from within the BEFORE event. ''snippet'' will be filled with the final HTML snippet in the AFTER event or can be set on your own in the BEFORE event. ''text'' and ''highlight'' can be modified from within the BEFORE event. ''snippet'' will be filled with the final HTML snippet in the AFTER event or can be set on your own in the BEFORE event.
  
-===== Plugins handling this event ===== 
- 
-The following plugins are known to handle this event and their source code may be a good start for understanding and implementing a handler yourself. 
- 
-  * FIXME 
  
 ===== See also ===== ===== See also =====
  
 +  * [[codesearch>FULLTEXT_SNIPPET_CREATE|Code related to this event]] used in any DokuWiki's files, plugins and templates
   * [[devel:Action Plugins]]   * [[devel:Action Plugins]]
   * [[devel:Events]]   * [[devel:Events]]
devel/event/fulltext_snippet_create.1256548294.txt.gz · Last modified: 2009-10-26 10:11 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