Table of Contents

HTML_EDITFORM_OUTPUT

Description:
modify the edit form HTML
DefaultAction:
display the edit form
Preventable:
no
Added:
2007-07-30

This event is signalled by by html_form() inc/html.php when called via html_edit(). Use this to inject additional form elements1) into the form.

Passed Data

$data contains a Doku_Form object with the form components.

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.

See also