![]() |
Position changer - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Position changer (/showthread.php?tid=30135) |
Position changer - El Forum - 05-04-2010 [eluser]reyntjensw[/eluser] Hi, I'm creating a simple CMS system and I like to change the position of the content. Is there a plugin/helper available that can handle this? Edit ![]() I have a page table with the folowing fields (id, title, position,...). I'm using the position value to sort my data. Now I like to use something drag-and-drop alike,to change the position of a certain page. Is this possible? Ifso, how can I do this? Thanks Position changer - El Forum - 05-04-2010 [eluser]danmontgomery[/eluser] http://jqueryui.com/demos/sortable/ |