Versions Compared

Key

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

This information is not correct or complete. Do not use it until this warning is removedis a draft document. It is complete, but if you have any questions, or suggestions for improving it, please feel free to contact ~a.cheetham@utoronto.ca.

The Reorderer comes in several flavours, and so instructions for upgrading your Reorderer implementation are dependent on the flavour of implementation you have. To select the right instructions, identify which Reorderer you're using:

Reorderer Flavour

How to tell if you're using this flavour

Where to find upgrading instructions

Simple List Reorderer

your code will useuses

Code Block
javascript
javascript
fluid.reorderList();

 Tutorial - Simple List Reorderer 0.5 Migration

Simple Grid Reorderer

your code will useuses

Code Block
javascript
javascript
fluid.reorderGrid();

 

Simple Layout Reorderer

your code will useuses

Code Block
javascript
javascript
fluid.reorderLayout();

 

Advanced Reorderer

your code will useuses

Code Block
javascript
javascript
new fluid.Reorderer();

 Tutorial - Advanced Reorderer 0.5 Migration