From: Michael J. Rubinsky Date: Tue, 24 Mar 2009 22:27:29 +0000 (-0400) Subject: Add autocompleter to (non ajax) calendar edit page X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=6ad4b802c54dc043b10e2bfbec953d94023b59e8;p=horde.git Add autocompleter to (non ajax) calendar edit page --- diff --git a/kronolith/calendars/edit.php b/kronolith/calendars/edit.php index 02d8275cb..341bc1383 100644 --- a/kronolith/calendars/edit.php +++ b/kronolith/calendars/edit.php @@ -61,3 +61,4 @@ require KRONOLITH_TEMPLATES . '/common-header.inc'; require KRONOLITH_TEMPLATES . '/menu.inc'; echo $form->renderActive($form->getRenderer(), $vars, 'edit.php', 'post'); require $registry->get('templates', 'horde') . '/common-footer.inc'; +Kronolith_Imple::factory('TagAutoCompleter', array('triggerId' => 'tags', 'id' ))