Displaying 1 result from an estimated 1 matches for "dilimeter".
Did you mean:
delimeter
2006 Jun 16
0
text_field_with_auto_complete question
...ut Ive
run into a sort of brick wall, at least for my experience level.
I am using the acts_as_taggable plugin in combination with the
text_field_with_auto_complete, I have everything working for adding
images. However editing tags is proving to be difficult. I am using a
'','' dilimeter (:tokens) and have adjusted the acts_as_taggable code to
accept such input (including tags with spaces), but when the existing
tags are displayed in the text area they arent seperated in any way.
Here is my view:
<%= text_field_with_auto_complete ''photo'', ''tags'...