Home
last modified time | relevance | path

Searched full:edit_form_addtextarea (Results 1 – 6 of 6) sorted by last modified time

/dokuwiki/inc/Ui/
H A DEditor.php23 * @triggers EDIT_FORM_ADDTEXTAREA
86 Event::createAndTrigger('EDIT_FORM_ADDTEXTAREA', $data, [$this, 'addTextarea'], true);
188 * the default action for EDIT_FORM_ADDTEXTAREA
/plugin/dev/
H A Devents.txt27 EDIT_FORM_ADDTEXTAREA
/plugin/data/
H A Daction.php40 $controller->register_hook('EDIT_FORM_ADDTEXTAREA', 'BEFORE', $this, 'editForm'); // replacement
/plugin/bpmnio/action/
H A Deditor.php21 $controller->register_hook('EDIT_FORM_ADDTEXTAREA', 'BEFORE', $this, 'handle_form');
86 if (is_a($form, Form::class)) { // $event->name is EDIT_FORM_ADDTEXTAREA
/plugin/edittable/action/
H A Deditor.php28 $controller->register_hook('EDIT_FORM_ADDTEXTAREA', 'BEFORE', $this, 'editform');
86 if (is_a($form, Form::class)) { // $event->name is EDIT_FORM_ADDTEXTAREA
/plugin/bootswrapper/
H A Daction.php39 … $controller->register_hook('EDIT_FORM_ADDTEXTAREA', 'BEFORE', $this, '_editform'); // replacement