Table of Contents

HTML_EDIT_FORMSELECTION

Description:
add elements to edit forms for editing the given wikitext
DefaultAction:
a plain textarea is added to the edit form
Preventable:
yes
Added:
2010-01-19

Up to release 2018 Greebo: This event is signaled by show() in inc/html.php when an edit form is shown, handlers can use it to provide own edit forms for special content. The whole form can be changed in HTML_EDITFORM_OUTPUT.

Since release 2020 Hogfather: This event is signaled by Editor::show() in inc/Ui/Editor.php when an edit form is shown, handlers can use it to provide own edit forms for special content. The whole form can be changed in HTML_EDITFORM_OUTPUT.

Passed Data

See also