Table of Contents

FORM_DRAFT_OUTPUT

Description:
modify the draft recovery form object
DefaultAction:
display the draft recovery form HTML
Preventable:
no
Added:
2020-10-13

This event is signalled by dokuwiki\Form\Form::toHTML()1) method when called via dokuwiki\Ui\PageDraft::show()2). Use this to inject additional form elements into the form.

Passed Data

A \dokuwiki\Form\Form object is passed as data.

See also