Table of Contents

HTML_EDITFORM_OUTPUT

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

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.

This event has been replaced by FORM_EDIT_OUTPUT.

Passed Data

$data contains a Doku_Form object with the form components.

See also