Attach a tag autocompleter to the calendar form
authorMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 9 Mar 2010 17:54:12 +0000 (12:54 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 9 Mar 2010 17:54:37 +0000 (12:54 -0500)
kronolith/templates/chunks/calendar.php

index fd3143e..e45ece1 100644 (file)
@@ -438,3 +438,6 @@ tbd
 </form>
 
 </div>
+<?php
+$ctac = Horde_Ajax_Imple::factory(array('kronolith', 'TagAutoCompleter'), array('triggerId' => 'kronolithCalendarinternalTags', 'box' => 'kronolithCalendarinternalACBox', 'pretty' => true, 'no_onload' => true));
+$ctac->attach();