Displaying 1 result from an estimated 1 matches for "suggest_item".
2006 Feb 07
0
Link_to_remote with dynamic textbox
...cement_text" textbox is populated with
the value. I''d like to be able to use a link_to_remote item to update
the item. However, I can''t figure out how to pass the parameter to my
"replace" action in my controller. I''ve tried:
link_to_remote(
suggest_item,
:update => "id__#{word_count}",
:url => {
:action => ''replace'',
:id => word_count,
:with => "$(''replacement_text'').value"
}
but the literal "$(''repla...