Versions Compared

Key

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

...

Section
Column
width60%

Image Reorderer Overview

The Image Reorderer is a convenience function for applying the Reorderer to images within a collection.. This page provides technical details of the API.


Creation

Code Block
javascript
javascript
var myImageReorderer = 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, as described in the Options section below.

Column
Panel
borderColor#321137
bgColor#fff
titleBGColor#aab597
borderStylesolid
titleStatus
borderStylesolid

This component is in Production 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.

...

Supported Events

Include Page
docs:Reorderer Eventsdocs:
Reorderer Events
nopaneltrue

...

The selectors option is an object containing CSS-based selectors for various parts of the Image Reorderer. Supported selectors are:

Include Page
docs:Reorderer Selectorsdocs:
Reorderer Selectors
nopaneltrue

...

General options

Include Page
docs:Reorderer Configuration Optionsdocs:
Reorderer Configuration Options
nopaneltrue

...

Name

Description

Values

Default

Deprecated as of 1.1.2:
afterMoveCallbackUrl

If an URL is provided with this option, the current state of the component model will be sent to that URL after a move is carried out using a default afterMove event handler. See Deprecated - afterMoveCallback for info.

an URL

none

...

Styling the Image Reorderer

...