Displaying 1 result from an estimated 1 matches for "completely_replaced_div".
2006 May 30
0
The ARTS Plugin: Another RJS Testing System
...quot;post_1", "post_2", "post_3"
assert_rjs :insert_html, :bottom, ''posts''
assert_rjs :redirect_to, :action => ''list''
assert_rjs :remove, "post_1", "post_2", "post_3"
assert_rjs :replace, ''completely_replaced_div'', ''<p>This replaced the
div</p>''
assert_rjs :replace_html, ''replaceable_div'', "This goes inside the
div"
assert_rjs :show, "post_1", "post_2", "post_3"
assert_rjs :sortable, ''sortable_i...