Displaying 1 result from an estimated 1 matches for "tags_ch".
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", update_page{|page|
page[''tags_en''].value...