DokuWiki

It's better when it's simple

User Tools

Site Tools


devel:event:tpl_metaheader_output

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
devel:event:tpl_metaheader_output [2018-05-29 17:30] andidevel:event:tpl_metaheader_output [2021-06-17 11:32] – [Passed Data] gerardnico
Line 47: Line 47:
   * For adding the javascript file you should specify an empty "_data" field for generating of a closing "script" tag, otherwise you get an incorrect self closed "script" tag.   * For adding the javascript file you should specify an empty "_data" field for generating of a closing "script" tag, otherwise you get an incorrect self closed "script" tag.
   * You may use other tags as well   * You may use other tags as well
-<code>+<code php>
 $event->data['style'][] = array('type'  => 'text/css', $event->data['style'][] = array('type'  => 'text/css',
                                 '_data' => 'a {color: blue;}');                                 '_data' => 'a {color: blue;}');
 </code> </code>
  
-===== 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. 
- 
-  * [[plugin:asciimath]], [[plugin:badbehaviour]], [[plugin:bloglinks]], [[plugin:code3]], [[plugin:description]], [[plugin:fckg]], [[plugin:geotag]], [[plugin:googleanalytics]], [[plugin:indexmenu]], [[plugin:indexmenu2]], [[plugin:jquery]], [[plugin:keywords]], [[plugin:linkback]], [[plugin:loadskin]], [[plugin:metaheaders]], [[plugin:multitemplate_styleman]], [[plugin:new_page_dialog]], [[plugin:operawidget]], [[plugin:osm]], [[plugin:permissionstyles]], [[plugin:pxxo]], [[plugin:refnotes]], [[plugin:dokusioc]], [[plugin:statistics]], [[plugin:syntaxhighlighter]], [[plugin:userfly]], [[plugin:virtualkeyboard]], [[plugin:wysiwyg]], [[plugin:tag]] 
  
 ===== See also ===== ===== See also =====
  
-  * [[codesearch>TPL_METAHEADER_OUTPUT|Code related to this event]]+  * [[codesearch>TPL_METAHEADER_OUTPUT|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/tpl_metaheader_output.txt · Last modified: 2023-08-06 14:23 by Klap-in

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