search for: featureimplementation

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

2006 Feb 20
0
Ajax and tables
...one for each feature. <tr> <td><%=h feature.description %></td> <% if @session[:vendor] %> <% impl = feature.implementation( @session[:vendor].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>...