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.

Upgrading from Infusion 1.0 to Infusion 1.1.x

This page provides pointers to instructions for upgrading your Fluid Infusion from version 1.0 to version 1.1.x

On this Page

Framework Functions

If you use...

Now you'll use...

fluid.iterateDOM(node, acceptor)

fluid.iterateDOM(node, acceptor, allNodes)
allNodes is a boolean indicating that the acceptor should be called on all nodes rather than just element nodes

Keyboard Accessibility Plug-in

If you use...

The change is...

jQuery().fluid("activatable", customHandler, options)

In Infusion v1.1.x, customHandler should accept the browser event as a parameter: myHandler(event) (in v1.0, it was the element)

New Function

jQuery().fluid("getLastFocusedElement")
Returns the last element that received a focusin event. Dependent on the presence of the jQuery delegate plugin.

FSS and other Styles

A number of style names have been changed, and some styles have been deprecated:

Style

Status

Notes

fl-no-background-images

changed

new name: fl-noBackgroundImages

fl-inlineEdit-text

new

used by Inline Edit

fl-reorderer-imageTitle

use changed

used by Image Reorderer: no longer used as DOM selector

fl-ProgEnhance-basic

changed

new value: fl-progEnhance-basic; backward compatibility provided

fl-ProgEnhance-enhanced

changed

new value: fl-progEnhance-enhance; backward compatibility provided

flc-uploader-scroller-footer

changed

new value: flc-uploader-queue-footer

fl-col-justified

deprecated

 

fl-col-side

deprecated

 

fl-col-main

deprecated

 

fl-col-mixed2,
fl-col-mixed3

deprecated

 

fl-progressive-enhancer

deprecated