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 ReordererThe Image Reorderer initialization function must be called either in a dom ready function or a body.onLoad function: Code Block |
---|
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: |