...
Section |
---|
Column |
---|
| Layout Reorderer OverviewThe Layout Reorderer is a convenience function for applying the Reorderer to portlets, content blocks, or other chunks of layout with minimal effort. This page provides technical details of the API. Creation Code Block |
---|
|
var myReorderableLayout = fluid.reorderLayout(container[, options]);
|
ParameterscontainerThe container is a CSS-based selector, single-element jQuery object, or DOM element that identifies the DOM element containing the layout. optionsThe options object is an optional collection of key/value pairs that can be used to further configure the Layout Reorderer, as described below in the Options section. |
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. |
|
|
...
Include Page |
---|
| Reorderer Events |
---|
| Reorderer Events |
---|
nopanel | true | Reorderer Events |
---|
|
...
Anchor |
---|
| optionsdescription |
---|
| optionsdescription |
---|
|
...
The selectors
option is an object containing CSS-based selectors for various parts of the Layout Reorderer. Supported selectors are:
Include Page |
---|
| Layout Reorderer Selectors |
---|
| Layout Reorderer Selectors |
---|
nopanel | trueLayout Reorderer Selectors |
---|
|
General options
Include Page |
---|
| Reorderer Configuration Options |
---|
| Reorderer Configuration Options |
---|
nopanel | trueReorderer Configuration Options |
---|
|
Layout-specific options
Name | Description | Values | Default |
---|
containerRole | indicates the role, or general use, for this instance of the Reorderer | fluid.roles.LIST fluid.roles.GRID fluid.roles.REGIONS | fluid.roles.REGIONS |
...