Info |
---|
This documentation refers to the v0.4 released version of the Reorderer code. For documentation specific to the trunk, please see Layout Reorderer API. |
Simple Layout Reorderer OverviewThe Simple 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. For a simple working example, see Integrating the Reorderer. Initialization Code Block |
---|
|
var myReorderableLayout = fluid.reorderLayout(containerSelector,
layoutSelectors,
orderChangedCallback,
options);
|
ParameterscontainerSelectorThe containerSelector is a CSS-based string selector that identifies the DOM element containing the layout. |