Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Section
Column
width60%

The UI Enhancer component works in conjunction with (Floe) UI Options (2008-2009) component and the Fluid Skinning System (FSS) to adjust the user interface based on personal user interface preferences. The settings that are currently supported are:

  • themes,
  • text size,
  • text and line spacing,
  • font family,
  • whether or not background images show
  • simplified layout
  • table of contents
  • input and link highlighting

Subcomponents

The Fluid UI Enhancer, like many Fluid components, uses various subcomponents in its lifecycle. In particular, the UI Enhancer uses the following subcomponents:

These subcomponents are instantiated and managed by the UI Enhancer, but each has options that can be used to configure and customize it.


Creation

Code Block
javascript
javascript
fluid.uiEnhancer();
fluid.uiEnhancer(document, options);

Return: The UI Enhancer component object.
There is a single UI Enhancer per document and it stores itself on the document using jQuery.data

Parameters

document

The document parameter is a selector, a single-element jQuery, or a document specifying the document that will be transformed.

Column
Panel
borderStyle
borderColor#321137
bgColor#fff
titleBGColor#aab597
borderStylesolid
titleStatussolid

This component is in Preview status

solid
Panel
borderStyle
borderColor#566b30
bgColor#fff
titleBGColor#D3E3C4
borderStylesolid
titleOn This Page
Table of Contents
toc
maxLevel
maxLevel
5
minLevel25
Panel
borderColor#321137
bgColor#fff
titleBGColor#c1b7c3
borderStylesolid
titleSee Also
borderStylesolid
Panel
borderColor#321137
bgColor#fff
titleBGColor#cccccc
borderStylesolid
titleStill need help?borderStylesolid

Join the infusion-users mailing list and ask your questions there.

...