Using $ajax->autoComplete('Property/city','/controller/action,
$ajaxoptions) creates html like:

<input name="data[Property][city]" type="text" id="Property/city"
autocomplete="off" value="" />

I cant see any way of setting a style so the only thing I can think of
was to style the ID with something like:

<style>
#Property/city {my styling info here}
</style>

This does not work because of the forward slash in the ID seems to
screw things up.

Has anyone any ideas on how to style an ajax input text box?



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to