 |

webdude
User
May 15, 2008, 12:41 PM
Post #1 of 7
(877 views)
Shortcut
|
Feature Request: Drag/Drop Order in List Views
|
Can't Post
|
|
Hey There, Loving CMS Builder. I use it very often and has saved me. I was wondering if we could have an optional field type "order"... This field would allow users to order items in the list view using the friendly dragging and dropping just like in the admin section editor. Any thoughts? Anyone agree? Thanks!
(This post was edited by webdude on May 15, 2008, 12:42 PM)
|
|
|  |
 |

Dave
Staff
/ Moderator

May 15, 2008, 3:38 PM
Post #2 of 7
(872 views)
Shortcut
|
|
Re: [webdude] Feature Request: Drag/Drop Order in List Views
[In reply to]
|
Can't Post
|
|
webdude, We introduced a new special field called "dragSortOrder" for this in v1.15. Try creating a field with that name (it's case sensitive!) and adding it to the beginning of "ListPage Fields" and "Order By Fields". It will create a drag icon on the list page you can drag records with. Hope that helps! Dave Edis - Senior Developer interactivetools.com
|
|
|  |
 |

webdude
User
May 15, 2008, 3:39 PM
Post #3 of 7
(870 views)
Shortcut
|
|
Re: [Dave] Feature Request: Drag/Drop Order in List Views
[In reply to]
|
Can't Post
|
|
YES! Will check it out ASAP!
|
|
|  |
 |

webdude
User
May 15, 2008, 8:30 PM
Post #4 of 7
(864 views)
Shortcut
|
Re: [Dave] Feature Request: Drag/Drop Order in List Views
[In reply to]
|
Can't Post
|
|
Hi Dave. We love the dragSortOrder feature! Just wondering if anyone else has experienced slowness when viewing larger lists in CMS Builder (say 100 records) due to the dragSortOrder javascript (jquery.tablednd.js) stalling the browser just after page load. Sometimes it can be up to 3 seconds. It looks like the reordering JS file is consuming some heavy CPU. Can anyone confirm this other than me?
(This post was edited by webdude on May 15, 2008, 8:30 PM)
|
|
|  |
 |

Dave
Staff
/ Moderator

May 16, 2008, 9:16 AM
Post #5 of 7
(795 views)
Shortcut
|
|
Re: [webdude] Feature Request: Drag/Drop Order in List Views
[In reply to]
|
Can't Post
|
|
I haven't heard that yet, no. But I'd like to take a look at it. Can you email me a CMS login to dave@interactivetools.com so I can try to reproduce it on your site? Dave Edis - Senior Developer interactivetools.com
|
|
|  |
 |

webdude
User
May 16, 2008, 9:43 AM
Post #6 of 7
(789 views)
Shortcut
|
|
Re: [Dave] Feature Request: Drag/Drop Order in List Views
[In reply to]
|
Can't Post
|
|
Hi Dave, I have emailed you the login info. Please let me know when you get a change to check it out. Webdude
|
|
|  |
 |

Dave
Staff
/ Moderator

May 16, 2008, 1:20 PM
Post #7 of 7
(776 views)
Shortcut
|
|
Re: [webdude] Feature Request: Drag/Drop Order in List Views
[In reply to]
|
Can't Post
|
|
Ok, for anyone with this same problem, we found a fix and it will be released in v1.16. If you're comfortable editing the code here's the fix: Add this to the bottom of /css/ui.css
.dragger { cursor: move; } Then search for ".dragger" in /lib/jquery.tablednd.js and comment this line by adding // to the front:
// jQuery(".dragger").css("cursor", "move"); Then clear your cache (firefox and other browsers love to cache js files) and it will be much faster. Hope that helps! Dave Edis - Senior Developer interactivetools.com
|
|
|  |
|