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 will use

Code Block
javascript
javascript
fluid.reorderList();

 

Simple Grid Reorderer

your code will use

Code Block
javascript
javascript
fluid.reorderGrid();

 

Simple Layout Reorderer

your code will use

Code Block
javascript
javascript
fluid.reorderLayout();

 

Advanced Reorderer

your code will use

Code Block
javascript
javascript
new fluid.Reorderer();