Displaying 2 results from an estimated 2 matches for "sortable_item".
Did you mean:
sortable_items
2006 Apr 28
7
acts as drop down
Hi
Im using the acts as drop down plugin
and have this code below
acts_as_dropdown :text => "forename", :order => "forename"
It currently makes use of the forename in the option tag, how can I get
it to use the surname as well
ie somthing like ''forename'' . ''surname'' in php
Thanks
--
Posted via http://www.ruby-forum.com/.
2006 May 30
0
The ARTS Plugin: Another RJS Testing System
...placed_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_item''
assert_rjs :toggle, "post_1", "post_2", "post_3"
assert_rjs :visual_effect, :highlight, "posts", :duration => ''1.0''
It also allows for optional content matching on methods where it matters
(insert_html et al).
A full tuto...