Displaying 1 result from an estimated 1 matches for "bookmarkaddress".
Did you mean:
bookmark_address
2006 Nov 04
0
need help with observe_field
...t;div id="ajaxtitle">
<%= render :partial => ''bookmarktitle'' %>
</div>
<%= observe_field ''bookmark_address'',:frequency => 0.5,
:update => ''ajaxtitle'',
:url => {:action => ''bookmarkaddress'' },
:with => "''url='' + bookmark_address.value" %>
and this is the updated part _bookmarktitle.rhtml:
<p><label for="bookmark_title">Title</label><br/>
<%= text_field ''bookmark'', '...