Drag and drop is a lot easier to add in Hobo 1.4 than it is in Hobo 1.3 because Hobo 1.4 uses jQuery-UI, which means that you can utilize Dropable: http://jqueryui.com/demos/dropable/
If you want to take a crack at it, please feel free to shoot questions my way. The closest thing to an example I can find is hjq-sortable-collection.js in hobo_jquery, which adds Sortable to a collection. Bryan On Sat, Jun 30, 2012 at 2:48 AM, [email protected] <[email protected]> wrote: > One more, 8 months later bump. Any info on this? > > > On Tuesday, October 18, 2011 6:15:29 PM UTC-7, Daniel Cox wrote: >> >> bump >> >> I'm working on something now that involves drag-and-drop assignment of >> items in a collection to a model. I'm trying to hack the functionality in >> using rails' draggable_element and drop_receiving_element, but I'm not >> familiar with the way hobo refreshes a "part" with a "partial" (to mix hobo >> and rails terminology), so I don't know how to update the bits of the page I >> want to. >> >> Is there hobo support for drag-and-drop assignment anymore? If not, has >> anyone successfully hacked it in? >> >> Thanks, >> -Daniel > > -- > You received this message because you are subscribed to the Google Groups > "Hobo Users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/hobousers/-/6G5MxFyAro4J. > > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/hobousers?hl=en. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
