Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Reorderer Flavour

How to tell if you're using this flavour

Where to find upgrading instructions

Simple List Reorderer

your code uses

Code Block
javascript
javascript
fluid.reorderList();

Tutorial - Simple List Reorderer 0.5 Migration

Simple Grid Reorderer

your code uses

Code Block
javascript
javascript
fluid.reorderGrid();

Tutorial - Simple Grid Reorderer 0.5 Migration

Simple Layout Reorderer

your code uses

Code Block
javascript
javascript
fluid.reorderLayout();

Tutorial - Simple Layout Reorderer 0.5 Migration

Advanced Reorderer

your code uses

Code Block
javascript
javascript
new fluid.Reorderer();

Tutorial - Advanced Reorderer 0.5 Migration

...