Manual:Hooks/EditPageBeforeEditToolbar

From MediaWiki.org
Jump to: navigation, search
EditPageBeforeEditToolbar
Available from version 1.16.0
Allows modifying the edit toolbar above the textarea

*Define function:
function fnMyHook( &$toolbar ) { ... }

*Attach hook:
$wgHooks['EditPageBeforeEditToolbar'][] = 'MyExtensionHooks::someExample';
Called from: EditPage.php

*For more information about attaching hooks, see Manual:Hooks.
*For examples of extensions using this hook, see Category:EditPageBeforeEditToolbar extensions.


[edit] Details

  • &$toolbar: String: mix of HTML and JavaScript
Personal tools
Namespaces
Variants
Actions
Site
Support
Download
Development
Communication
Print/export
Toolbox