The ajax works, returns the results, populates the _results div
but for some reason, the div is not made visible.
require KRONOLITH_TEMPLATES . '/menu.inc';
require KRONOLITH_TEMPLATES . '/edit/javascript.inc';
require KRONOLITH_TEMPLATES . '/edit/edit.inc';
+Kronolith_Imple::factory('TagAutoCompleter', array('triggerId' => 'tags', 'id' => $event->getUID()));
+
require $registry->get('templates', 'horde') . '/common-footer.inc';
</td>
<td colspan="4">
<input type="text" name="tags" id="tags" value="<?php echo (!empty($tags) ? $tags : '')?>" size="40" />
+ <div id="tags_results" class="autocomplete"></div>
+ <span id="tags_loading_img" style="display:none;"><?php echo Horde::img('loading.gif', _("Loading...")) ?></span>
</td>
</tr>
</form>
<script type="text/javascript">
document.eventform.title.focus();
-</script>
+</script>
\ No newline at end of file