Displaying 1 result from an estimated 1 matches for "include_deleted".
2006 Jun 07
0
2nd Submit button with options
...der =>
0) %>
<%= link_to image_tag("excel.gif", :alt => "Find and Download to Excel",
:border => 0), {:action => ''list'' , :render_action => ''excel'', :popup
=> true }%>
Include deleted <%= check_box_tag ("include_deleted", value="1" )
<%= end_form_tag %>
The reason is that the user can enter some checkbox infomation such as
"include deleted" . So when the user hits the excel link the list
controller is called but the include_deleted check box is lost.
Sorry I cannot think of a so...