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

...