Displaying 1 result from an estimated 1 matches for "set_implementation".
2006 Feb 20
0
Ajax and tables
...endor].id ) %>
<div id=''<%= feature.id %>''>
<td bgcolor =<%= impl.supports( FeatureImplementation::YES ) ? ''green''
: ''white'' %>>
<%= link_to_remote "click",
:url => {:action => ''set_implementation'', :id => impl.id, :value =>
FeatureImplementation::YES },
:update => feature.id %>
</td>
<td bgcolor =<%= impl.supports( FeatureImplementation::SPECIAL ) ?
''yellow'' : ''white'' %>>
<%= link_to_remote "cli...