Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Section
Column
width60%
Info

This documentation refers to version 0.5 of the Image Reorderer code. For documentation specific to trunk, please see Image Reorderer API.

Initializing the Image Reorderer

The Image Reorderer initialization function must be called either in a dom ready function or a body.onLoad function:

Code Block
fluid.reorderImages (container[, options]);

Parameters

container

The container parameter is a CSS-based selector, single-element jQuery object, or DOM element specifying the root node of the Reorderer.

options

The options parameter is an optional collection of name-value pairs that configure the Image Reorderer:

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

Join the fluid-talk mailing list and ask your questions there.

...

Insert excerpt
Reorderer Configuration Options - v0.5
nopaneltrue
Reorderer Configuration Options - v0.5
nopaneltrue

...

Customizing the Image Reorderer

...