This space is an archive space for documentation related to old versions of Fluid Infusion (i.e. versions before 1.3). For documentation related to the latest Infusion, see Infusion Documentation.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

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

fluid.reorderList();

Tutorial - List Reorderer 0.5 Migration

Simple Grid Reorderer

your code uses

fluid.reorderGrid();

Tutorial - Grid Reorderer 0.5 Migration

Simple Layout Reorderer

your code uses

fluid.reorderLayout();

Tutorial - Layout Reorderer 0.5 Migration

Advanced Reorderer

your code uses

new fluid.Reorderer();

Tutorial - Advanced Reorderer 0.5 Migration

Layout Customizer

Lightbox

  • No labels