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
titleStatusborderStylesolid

This component is in Production status

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

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

...

Supported Events

Include Page
Reorderer Events
Reorderer Events
nopaneltrueReorderer Events

...

Anchor
optionsdescription
optionsdescription

...

Include Page
Reorderer Selectors
Reorderer Selectors
nopaneltrueReorderer Selectors

Image Reorderer-specific Selector
The Image Reorderer supports one additional selector:

...

General options

Include Page
Reorderer Configuration Options
Reorderer Configuration Options
nopaneltrueReorderer Configuration Options

Image Reorderer Options

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

...