Section |
---|
Column |
---|
| Image Reorderer OverviewThe Image Reorderer is a convenience function for applying the Reorderer to images within a collection.. This page provides technical details of the API. For a simple working example, see Integrating the Reorderer. Creation Code Block |
---|
|
var myImageReorderer = fluid.reorderImages (container[, options]);
|
ParameterscontainerThe container parameter is a CSS-based selector, single-element jQuery object, or DOM element specifying the root node of the Reorderer. optionsThe options parameter is an optional collection of name-value pairs that configure the Image Reorderer, as described in the fluid:Options section below. |
Column |
---|
Panel |
---|
borderColor | #321137 |
---|
bgColor | #fff |
---|
titleBGColor | #aab597 |
---|
borderStyle | solid |
---|
title | Status | borderStyle | solid |
---|
| This component is in Production status |
Panel |
---|
borderColor | #566b30 |
---|
bgColor | #fff |
---|
titleBGColor | #D3E3C4 |
---|
borderStyle | solid |
---|
title | On This Page | borderStyle
---|
| | solid |
Panel |
---|
borderColor | #321137 |
---|
bgColor | #fff |
---|
titleBGColor | #c1b7c3 |
---|
borderStyle | solid |
---|
title | See Also | borderStyle | solid |
---|
| |
Panel |
---|
borderColor | #321137 |
---|
bgColor | #fff |
---|
titleBGColor | #cccccc |
---|
borderStyle | solid |
---|
title | Still need help? | borderStyle | solid |
---|
| Join the infusion-users mailing list and ask your questions there. |
|
|
...
Supported Events
Include Page |
---|
| Reorderer Events |
---|
| Reorderer Events |
---|
nopanel | true | Reorderer Events |
---|
|
...
Anchor |
---|
| optionsdescription |
---|
| optionsdescription |
---|
|
...
Include Page |
---|
| Reorderer Selectors |
---|
| Reorderer Selectors |
---|
nopanel | true | Reorderer Selectors |
---|
|
Image Reorderer-specific Selector
The Image Reorderer supports one additional selector:
...
General options
Include Page |
---|
| Reorderer Configuration Options |
---|
| Reorderer Configuration Options |
---|
nopanel | trueReorderer 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 |
...