Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
width50%
Info

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

Column
width50%
Panel
borderColor#566b30
bgColor#fff
titleBGColor#D3E3C4
titleOn this Page
borderStylesolid
Table of Contents
minlevel2

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, 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:

...