Home
last modified time | relevance | path

Searched full:html_edit_formselection (Results 1 – 11 of 11) sorted by relevance

/plugin/bpmnio/action/
H A Deditor.php22 $controller->register_hook('HTML_EDIT_FORMSELECTION', 'BEFORE', $this, 'handle_form');
88 } else { // $event->name is HTML_EDIT_FORMSELECTION
/plugin/dev/
H A Devents.txt53 HTML_EDIT_FORMSELECTION
/plugin/projects/action/
H A Deditformselect.php28 $controller->register_hook('HTML_EDIT_FORMSELECTION', 'BEFORE', $this,
/plugin/bootswrapper/
H A Daction.php38 … $controller->register_hook('HTML_EDIT_FORMSELECTION', 'BEFORE', $this, '_editform'); // deprecated
/plugin/edittable/action/
H A Deditor.php29 $controller->register_hook('HTML_EDIT_FORMSELECTION', 'BEFORE', $this, 'editform');
101 } else { // $event->name is HTML_EDIT_FORMSELECTION
/plugin/semanticdata/
H A Daction.php33 $controller->register_hook('HTML_EDIT_FORMSELECTION', 'BEFORE', $this, '_editform');
/plugin/data-au/
H A Daction.php34 $controller->register_hook('HTML_EDIT_FORMSELECTION', 'BEFORE', $this, '_editform');
/plugin/sketchcanvas/
H A Daction.php26 $controller->register_hook('HTML_EDIT_FORMSELECTION', 'BEFORE', $this, 'editForm');
/plugin/data/
H A Daction.php39 $controller->register_hook('HTML_EDIT_FORMSELECTION', 'BEFORE', $this, 'editForm'); // deprecated
/plugin/dokubookmark/
H A Dhelper.php197 trigger_event('HTML_EDIT_FORMSELECTION', $data, 'html_edit_form', true);
/dokuwiki/inc/
H A Dhtml.php700 * Is the default action for HTML_EDIT_FORMSELECTION.