Displaying 1 result from an estimated 1 matches for "draggable_item".
2006 May 30
0
The ARTS Plugin: Another RJS Testing System
...s the RJS templates themselves. Here''s a
taste:
assert_rjs :alert, ''Hi!''
assert_rjs :assign, ''a'', ''2''
assert_rjs :call, ''foo'', ''bar'', ''baz''
assert_rjs :draggable, ''draggable_item''
assert_rjs :drop_receiving, ''receiving_item''
assert_rjs :hide, "post_1", "post_2", "post_3"
assert_rjs :insert_html, :bottom, ''posts''
assert_rjs :redirect_to, :action => ''list''
assert_rjs :rem...