Searched full:html_edit_formselection (Results 1 – 11 of 11) sorted by relevance
/plugin/bpmnio/action/ |
H A D | editor.php | 22 $controller->register_hook('HTML_EDIT_FORMSELECTION', 'BEFORE', $this, 'handle_form'); 88 } else { // $event->name is HTML_EDIT_FORMSELECTION
|
/plugin/dev/ |
H A D | events.txt | 53 HTML_EDIT_FORMSELECTION
|
/plugin/projects/action/ |
H A D | editformselect.php | 28 $controller->register_hook('HTML_EDIT_FORMSELECTION', 'BEFORE', $this,
|
/plugin/bootswrapper/ |
H A D | action.php | 38 … $controller->register_hook('HTML_EDIT_FORMSELECTION', 'BEFORE', $this, '_editform'); // deprecated
|
/plugin/edittable/action/ |
H A D | editor.php | 29 $controller->register_hook('HTML_EDIT_FORMSELECTION', 'BEFORE', $this, 'editform'); 101 } else { // $event->name is HTML_EDIT_FORMSELECTION
|
/plugin/semanticdata/ |
H A D | action.php | 33 $controller->register_hook('HTML_EDIT_FORMSELECTION', 'BEFORE', $this, '_editform');
|
/plugin/data-au/ |
H A D | action.php | 34 $controller->register_hook('HTML_EDIT_FORMSELECTION', 'BEFORE', $this, '_editform');
|
/plugin/sketchcanvas/ |
H A D | action.php | 24 $controller->register_hook('HTML_EDIT_FORMSELECTION', 'BEFORE', $this, 'editForm');
|
/plugin/data/ |
H A D | action.php | 32 … $controller->register_hook('HTML_EDIT_FORMSELECTION', 'BEFORE', $this, '_editform'); // deprecated
|
/plugin/dokubookmark/ |
H A D | helper.php | 197 trigger_event('HTML_EDIT_FORMSELECTION', $data, 'html_edit_form', true);
|
/dokuwiki/inc/ |
H A D | html.php | 663 * Is the default action for HTML_EDIT_FORMSELECTION.
|