Documentation for a historical release of Infusion: 1.4
Please view the Infusion Documentation site for the latest documentation, or the Infusion 1.3. Documentation for the previous release.
If you're looking for Fluid Project coordination, design, communication, etc, try the Fluid Project Wiki.

Changes in Infusion 1.4

A summary of the changes for Infusion 1.4:

Fluid Skinning System

  • reset split out into base and reset
  • !important tags removed
  • "clearfix" solution added for containers
  • new column styles added
  • two new high-contrast themes: yellow-on-black and black-on-yellow
  • black-and-white high-contrast themes now use icons
  • comic sans added to fss-text.css
  • new styles for hiding content:
    • fl-hidden, fl-hidden-invisible, fl-hidden-accessible, fl-hidden-replace
    • fl-offScreen-hidden deprecated
  • fl-list-menu now has an active style
  • new instructional demos available
  • fixes for several bugs

Inline Edit

  • FCKEditor support removed from Rich Text Inline Edit

Pager

  • new event: afterRender
  • changes to defaults for annotateColumnRange and columnDefs
  • new "gapped" page strategy added

Renderer

  • fluid.expect moved to Framework
  • new functions
    • fluid.renderer.clearDecorators
    • fluid.renderer.getDecoratorComponents
    • fluid.renderer.visitDecorators

UI Enhancer

  • new pageEnhancer function
  • no longer restricted to document
  • new signature for updateModel()
  • modelChanged event removed
  • defaultSiteSettings gone
  • classnameMap changed
  • subcomponent options changed

UIOptions

  • defaults changed
  • textFieldSlider defaults changed
  • new subcomponents

Uploader

  • error messages added
  • new defaults for fileTypes and fileUploadLimit
  • new events: onFilesSelected, onFileQueued
  • removed event: onQueueError
  • new image uploader demo
  • others?