Friday, May 21, 2010

How to make dynamic on focus popup in the grid.

If you have a data table and need to display a on focus popup which shows the related columns content then you can do the following:
<% @objects.each do |object| %>
           
                   <%=h object.name%>                 
                  Show
                   
                       
           
<% end %>
<% end %>

No comments:

Post a Comment