This page will walk you through the process of upgrading your existing 0.8 Fluid Infusion Core Framework 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 Fluid Infusion Core Framework is and does
- you have an existing implementation that uses the Fluid Infusion Core Framework and 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/Fluid.js | ../../framework/core/js/Fluid.js | ../../fluid-components/js/fluid/FluidDOMUtilities.js | ../../framework/core/js/FluidDOMUtilities.js | ../../fluid-components/js/jquery/jquery.keyboard-a11y.js | ../../framework/core/js/jquery.keyboard-a11y.js | ../../fluid-components/js/fluid/ProgressiveEnhancement.js | ../../framework/core/js/ProgressiveEnhancement.js |
|