Differentiate the pretty autocomplete container
authorMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 25 Nov 2009 19:56:57 +0000 (14:56 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 25 Nov 2009 19:57:44 +0000 (14:57 -0500)
kronolith/index.php

index 88a705f..706985b 100644 (file)
@@ -32,6 +32,6 @@ require KRONOLITH_TEMPLATES . '/index/index.inc';
 Horde::includeScriptFiles();
 Horde::outputInlineScript();
 $notification->notify(array('listeners' => array('javascript')));
-$tac = Horde_Ajax_Imple::factory(array('kronolith', 'TagAutoCompleter'), array('triggerId' => 'kronolithEventTags', 'pretty' => true));
+$tac = Horde_Ajax_Imple::factory(array('kronolith', 'TagAutoCompleter'), array('triggerId' => 'kronolithEventTags', 'box' => 'kronolithEventACBox', 'pretty' => true));
 $tac->attach();
 echo "</body>\n</html>";