This page will walk you through the process of upgrading your existing 0.8 Reorderer implementation to the new 1.0 version. This tutorial assumes that - you are already familiar with HTML, Javascript and CSS
- you are familiar with what Reorderer is and does
- you have an existing implementation of Reorderer that worked with the 0.8 Infusion release.
- you are using the default classes
Location ChangesWith the directory restructuring comes the need to update your paths to our files. If you use... | The new path is... |
---|
../../fluid-components/js/fluid/GeometricManager.js | ../../components/reorderer/js/GeometricManager.js | ../../fluid-components/js/fluid/ImageReorderer.js | ../../components/reorderer/js/ImageReorderer.js | ../../fluid-components/js/fluid/LayoutReorderer.js | ../../components/reorderer/js/LayoutReorderer.js | ../../fluid-components/js/fluid/ModuleLayout.js | ../../components/reorderer/js/ModuleLayout.js | ../../fluid-components/js/fluid/Reorderer.js | ../../components/reorderer/js/Reorderer.js | ../../fluid-components/css/fluid.states.css | ../../components/reorderer/css/Reorderer.css |
** fluid.states.css has been removed and the reorderer classes moved to Reorderer.css. See below for a list of classes moved. |