====== HTML_EDITFORM_OUTPUT ====== ---- dataentry event ---- Description: modify the edit form HTML DefaultAction: display the edit form Preventable: no Added_dt: 2007-07-30 ---- This event is signalled by by [[xref>html_form()]] [[xref>inc/html.php]] when called via [[xref>html_edit()]]. Use this to inject additional form elements((see [[xref>inc/form.php]])) into the form. ===== Passed Data ===== $data contains a [[xref>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. * [[plugin:captcha]], [[plugin:include]], [[plugin:linkback]], [[plugin:lists_improved]], [[plugin:publish]], [[plugin:tagentry]] ===== See also ===== * [[devel:Action Plugins]] * [[devel:Events]]