Reorderer OverviewThe Reorderer will handle almost any arbitrary stream of markup you pass to it, assuming a very simple contract is maintained:
Optional:
|
On This Page See Also Still need help? Join the fluid-talk mailing list |
Creating a Reorderer
Lists
fluid.reorderList(container[, options]);
Allows reordering of elements in a vertical or horizontal list. More information is available at List Reorderer API.
Grids
fluid.reorderGrid(container[, options]);
Allows reordering of a grid of items. More information is available at Grid Reorderer API.
Layouts
fluid.reorderLayout(container[, options]);
Allows reordering of portlets, content blocks, or other chunks of layout arranged in columns. More information is available at Layout Reorderer API.
Images
fluid.reorderImages(container[, options]);
Allows reordering of images, image thumbnails. More information is available at Image Reorderer API.
Advanced use of the Reorderer
For cases where more control over the configuration of the Reorderer instance is needed, a Reorderer can be created directly, and configured for your specific needs:
fluid.reorderer(container[, options]);
For more information about these creator functions, see Advanced Reorderer API.