Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Info

This page provides pointers to instructions for upgrading your Fluid impelementations from version 0.4 to version 0.5

Reorderer

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 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 Layout Reorderer 0.5 Migration

Layout Customizer

your code uses

Code Block
javascript
javascript

fluid.initLayoutCustomizer();

Tutorial - Layout Customizer 0.5 Migration

Lightbox/Image Reorderer

your code uses

Code Block
javascript
javascript

new fluid.lightbox();

Tutorial - Lightbox 0.5 Migration

Advanced Reorderer

your code uses

Code Block
javascript
javascript
new fluid.Reorderer();

Tutorial - Advanced Reorderer 0.5 Migration