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 to Infusion 1.2
Upgrades to jQuery and jQuery UI
General
Infusion's versions of jQuery and jQuery UI have been upgraded to version 1.4.2 and 1.8 respectively. These upgrades have resulted in some file name changes, as well as some new file requirements for different jQuery UI widgets.
If you are using specific Infusion components, the sections further below provide specific guidance on changes for those components. If you are using Infusion's copy of jQuery and jQuery UI for your own general purposes, you may need to make the following changes:
Old | New |
|---|---|
Core |
|
|
|
Dialog |
|
|
|
Slider |
|
|
|
Accordion |
|
|
|
Drag and Drop |
|
|
|
More details about the changes to jQuery UI can be found on jQuery's Upgrade Guide.
Component-specific Changes
UI Options
Upgrading From | Upgrading To |
|---|---|
lib/jquery/ui/js/ui.core.js
lib/jquery/ui/js/ui.accordion.js
lib/jquery/ui/js/ui.slider.js
| lib/jquery/ui/js/jquery.ui.core.js
lib/jquery/ui/js/jquery.ui.widget.js
lib/jquery/ui/js/jquery.ui.mouse.js
lib/jquery/ui/js/jquery.ui.accordion.js
lib/jquery/ui/js/jquery.ui.slider.js
|
Uploader
Upgrading From | Upgrading To |
|---|---|
lib/jquery/ui/js/ui.core.js | lib/jquery/ui/js/jquery.ui.core.js |
Inline Edit
Upgrading From | Upgrading To |
|---|---|
lib/jquery/ui/js/ui.core.js | lib/jquery/ui/js/jquery.ui.core.js
|
Progress
Upgrading From | Upgrading To |
|---|---|
lib/jquery/ui/js/ui.core.js | lib/jquery/ui/js/jquery.ui.core.js
|
Reorderer
Upgrading From | Upgrading To |
|---|---|
lib/jquery/ui/js/ui.core.js
lib/jquery/ui/js/ui.draggable.js
| lib/jquery/ui/js/jquery.ui.core.js
lib/jquery/ui/js/jquery.ui.widget.js
lib/jquery/ui/js/jquery.ui.mouse.js
lib/jquery/ui/js/jquery.ui.draggable.js
|