I could not get all of the features to work also.. so i just wrote it
in html:
<div id="TagTag_autoComplete" class="auto_complete"></div>
<script type="text/javascript">new
Ajax.Autocompleter('TagTag',
'TagTag_autoComplete',
'<?php echo
$this->webroot;?>/articles/autocompleteTags',
{afterUpdateElement:addExistingTags,
indicator:'spinner'});
</script>
<span id="spinner" style="display: none;">
<img src="<?php echo $this->webroot;
?>/img/spinner.gif"
alt="Working..." />
</span>
Guess you can do the same for customized :)
On Aug 9, 4:07 pm, LS <[EMAIL PROTECTED]> wrote:
> Sorry... It was supposed to be Cake 1.2...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---