Home
last modified time | relevance | path

Searched full:form_edit_output (Results 1 – 14 of 14) sorted by relevance

/plugin/dev/
H A Devents.txt35 FORM_EDIT_OUTPUT
/plugin/struct/action/
H A Dedit.php40 $controller->register_hook('FORM_EDIT_OUTPUT', 'BEFORE', $this, 'addFromData');
46 * Handles the FORM_EDIT_OUTPUT event
/plugin/minical/
H A Daction.php35 $controller->register_hook('FORM_EDIT_OUTPUT', 'BEFORE', $this, 'handle_form');
/plugin/tablelayout/action/
H A Daction.php33 $controller->register_hook('FORM_EDIT_OUTPUT', 'BEFORE', $this, 'addLayoutField');
/plugin/diffpreview/
H A Daction.php19 …$controller->register_hook('FORM_EDIT_OUTPUT', 'BEFORE', $this, '_edit_form'); // release Igor and…
/plugin/translate/
H A Daction.php35 $contr->register_hook('FORM_EDIT_OUTPUT', 'BEFORE', $this, 'handleHtmlEditformOutput', []);
132 * event FORM_EDIT_OUTPUT (DW > 2020-07-29 "hogfather" )
/plugin/keywords/action/
H A Dkeywords.php18 $controller->register_hook('FORM_EDIT_OUTPUT', 'BEFORE', $this, 'handleFormEditOutput');
/template/bootstrap3/
H A DEventHandlers.php31 'HTML_EDITFORM_OUTPUT' => ['BEFORE', ['htmlEditForm']], # use FORM_EDIT_OUTPUT in DokuWiki next
55 'FORM_EDIT_OUTPUT' => ['BEFORE', ['commonStyles', 'formEditOutput']],
/plugin/captcha/
H A Daction.php27 $controller->register_hook('FORM_EDIT_OUTPUT', 'BEFORE', $this, 'handleFormOutput', []);
/plugin/linkback/action/
H A Dsend.php25 $controller->register_hook('FORM_EDIT_OUTPUT', 'BEFORE', $this, 'handle_editform_output', array ());
/plugin/prosemirror/action/
H A Deditor.php30 $controller->register_hook('FORM_EDIT_OUTPUT', 'BEFORE', $this, 'addDataAndToggleButton');
/plugin/include/
H A Daction.php34 $controller->register_hook('FORM_EDIT_OUTPUT', 'BEFORE', $this, 'handle_form');
/plugin/blogtng/action/
H A Dedit.php38 …$controller->register_hook('FORM_EDIT_OUTPUT', 'BEFORE', $this, 'extraFieldsBelowEditform', array(…
/plugin/ckgedit/action/
H A Dmeta.php45 $controller->register_hook( 'FORM_EDIT_OUTPUT', 'BEFORE', $this, 'insertFormElement');