QCubed - A PHP5 rapid development MVC framework.
Home  |  Updates

qsortable

QSortable toArray

Does anyone have an example of using the QSortable toArray function. I have been experimenting with it to get the Items Array and I keep getting a null result.

Linked QSortable

I have a need to connect two QSortables and allow drag and drop between the two like in this example Sortable connect lists. I am able to create both list and each list can be sorted within itself, however when I try to move an item from list A to List B the item fails to move. I am using the ConnectWith property to join the two list to each other. Does anyone have an example of this functionality working with QSortable?

New Plugin - QSortable

I'm happy to announce the availability of a new plugin - QSortable. QSortable is a new QCubed implementation of the jQuery Sortable plugin. QSortable extends QPanel and is designed to allow an unordered list of QPanels to be sorted by the end user.

QSortable also includes four optional callback events. One, when a panel is moved by the user, and three more, which may be tied to events of your choosing. An example installs with the plugin.