Displaying 1 result from an estimated 1 matches for "fullcontact7".
Did you mean:
fullcontact
2006 Jun 28
2
Assign CSS class to Link to Remote
..._remote "Show Full Info",
:update => "fullcontact" + reparray.last.to_s,
:url => "/cm/full_contact/" + reparray.last.to_s,
:classname => "contactlink"
%>
Which produces this HTML:
<a href="#" onclick="new Ajax.Updater(''fullcontact7'',
''/cm/full_contact/7'', {asynchronous:true, evalScripts:true}); return
false;">Show Full Info</a>
And I would like it to produce this HTML:
<a href="#" class="contactlink" onclick="new
Ajax.Updater(''fullcontact7'...