search for: bookmark_title

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

Did you mean: _bookmarktitle
2006 Nov 04
0
need help with observe_field
...: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'', ''title'' , :value=>@title, :size => 120 %></p> the function bookmarktitle: def bookmarkaddress @title = "test value" end However when I modify champ bookmark_addres...