Ticket #11500: documentation_fix_for_sortable_element.diff
| File documentation_fix_for_sortable_element.diff, 0.9 kB (added by infrared, 3 months ago) |
|---|
-
actionpack/lib/action_view/helpers/scriptaculous_helper.rb
old new 81 81 # 82 82 # <tt>:format</tt>:: A regular expression to determine what to send 83 83 # as the serialized id to the server (the default 84 # is <tt>/^[^_ ]*_(.*)$/</tt>).84 # is <tt>/^[^_\-](?:[A-Za-z0-9\-\_]*)[_](.*)$/</tt>). 85 85 # 86 86 # <tt>:constraint</tt>:: Whether to constrain the dragging to either <tt>:horizontal</tt> 87 87 # or <tt>:vertical</tt> (or false to make it unconstrained).