search for: tags_en

Displaying 1 result from an estimated 1 matches for "tags_en".

Did you mean: tag_len
2006 Jun 27
4
RJS Form Values
Hi, I have the following code : <%=link_to_function("? | China", update_page{|page| page[''tags_en''].value = "China" page[''tags_ch''].value = "?" }) %> This updates two text fields with the China and ?. However I want to append the values, not replace them. So I need something like this : <%=link_to_function("? | China",...