[Phpwm] 'Sequencing' Question

Elliot Smith elliot at townx.org
Thu Nov 2 10:14:28 GMT 2006


Chris Allen wrote:
> Forgive the peculiar title :)
> In an admin back-end, where the user can add pages, or menu items etc 
> the need to order entries becomes apparent. Ie, the user needs to 
> decide what order the menu items will be in the list.
>
> I'd be interested to see if anyone else has found an intuitive way of 
> doing this. The only way I can think of is a field to enter a 
> 'sequence number', but that is prone to duplication by the user, not 
> to mention being a pain in the bum.
>
Store the sequencing number in the table, but provide a better user 
interface for moving things around. Could be Ajax, or could just be 
click-able arrows next to rows which do a POST. Or you could use the 
Drupal style and add weightings (heavy things drop down, light ones go 
to the top, draws are ordered alphabetically), which is simple but not 
particularly elegant.

Elliot



More information about the Phpwm mailing list