On Lunes, 8 de Noviembre de 2010 18:24:56 Richard Zheng escribió: > > > I tried sortable list with the plugin at > > > https://github.com/activescaffold/active_scaffold_sortable/. It is one > > > > of > > > > > the coolest things with web programming. One question, is there a way > > > to change the color of dragged row? It is similar to other rows and > > > not very easy to distinguish. > > > > > > Thanks, > > > > I can't remember it, but maybe you can change with CSS. Check it with > > firebug > > Another question. This feature makes it impossible to use mouse to select > text for copying. Is it possible to make a special action icon for drag and > drop only?
You can set options for Sortable (scriptaculous object) in sortable.options. In your case you will need to set handle option. http://madrobby.github.com/scriptaculous/sortable-create/ -- Sergio Cambra .:: entreCables S.L. ::. Mariana Pineda 23, 50.018 Zaragoza T) 902 021 404 F) 976 52 98 07 E) [email protected] -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" 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/activescaffold?hl=en.
