search for: update_answer

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

2005 Oct 31
2
Inplaceeditor and a tooltip on mouserollover?
...e text, besides the yellow background, I want to display next to it a "delete" link. One of the things I''ve tried is this: <script language="JavaScript"> new Ajax.InPlaceEditor(''answer_<%= answer[''id''] %>_view'', ''update_answer'', {rows:2,cols:40,loadTextURL:"getAnswer"},onMouseover:"Element.show (''delete'')";); </script> I''m am a newbie a javascript, so examples are appreciated. Thanks, Steve _______________________________________________ Rails-spinoffs mai...