Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Section
Column
width65%

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 Changes

With 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.

Column
solid
Panel
borderStyle
borderColor#566b30
bgColor#fff
titleBGColor#D3E3C4
borderStylesolid
titleOn this Page
Table of Contents
toc
maxLevel
5
minLevel2maxLevel5
Panel
borderColor#321137
bgColor#fff
titleBGColor#cccccc
borderStylesolid
titleStill need help?borderStylesolid

Join the infusion-users mailing list and ask your questions there.

...