This page will walk you through the process of upgrading your existing 0.8 Inline Edit 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 Inline Edit is and does
- you have an existing implementation of Inline Edit 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/InlineEdit.js | ../../components/inlineEdit/js/InlineEdit.js | ../../fluid-components/js/fluid/InlineEditIntegration.js | ../../components/inlineEdit/js/InlineEditIntegration.js | ../../fluid-components/js/jquery/jquery.tinymce.js | ../../components/inlineEdit/js/jquery.tinymce.js | ../../fluid-components/css/fluid.states.css | ../../components/inlineEdit/css/InlineEdit.css |
** fluid.states.css has been removed and the inline edit classes moved to InlineEdit.css. See below for a list of classes moved. |