목차

FORM_UPDATEPROFILE_OUTPUT

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

This event is signalled by dokuwiki\Form\Form::toHTML()1) method when called via dokuwiki\Ui\UserProfile::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