Searched refs:handle_form (Results 1 – 5 of 5) sorted by relevance
/plugin/minical/ |
H A D | action.php | 34 $controller->register_hook('HTML_EDITFORM_OUTPUT', 'BEFORE', $this, 'handle_form'); 35 $controller->register_hook('FORM_EDIT_OUTPUT', 'BEFORE', $this, 'handle_form');
|
/plugin/wikicalendar/ |
H A D | action.php | 36 $controller->register_hook('HTML_EDITFORM_OUTPUT', 'BEFORE', $this, 'handle_form');
|
/plugin/bpmnio/action/ |
H A D | editor.php | 34 function handle_form(Doku_Event $event) function in action_plugin_bpmnio_editor
|
/plugin/mediasyntax/ |
H A D | action.php | 30 $controller->register_hook('HTML_EDITFORM_OUTPUT', 'BEFORE', $this, 'handle_form'); 31 $controller->register_hook('HTML_CONFLICTFORM_OUTPUT', 'BEFORE', $this, 'handle_form'); 32 $controller->register_hook('HTML_DRAFTFORM_OUTPUT', 'BEFORE', $this, 'handle_form'); 89 function handle_form(Doku_Event $event, $param) 93 function handle_form(&$event, $param) global() function in action_plugin_mediasyntax
|
/plugin/include/ |
H A D | action.php | 33 $controller->register_hook('HTML_EDITFORM_OUTPUT', 'BEFORE', $this, 'handle_form'); // todo remove 34 $controller->register_hook('FORM_EDIT_OUTPUT', 'BEFORE', $this, 'handle_form'); 35 $controller->register_hook('HTML_CONFLICTFORM_OUTPUT', 'BEFORE', $this, 'handle_form'); // todo remove 36 $controller->register_hook('FORM_CONFLICT_OUTPUT', 'BEFORE', $this, 'handle_form'); 37 $controller->register_hook('HTML_DRAFTFORM_OUTPUT', 'BEFORE', $this, 'handle_form'); // todo remove 38 $controller->register_hook('FORM_DRAFT_OUTPUT', 'BEFORE', $this, 'handle_form'); 178 function handle_form(Doku_Event $event, $param) function in action_plugin_include
|