Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Section
Column
width65%
Info

This documentation refers to the v0.4 released version of the Order-changed Callback code. For documentation specific to the trunk, please see Talking to the Server Using The afterMove Event.

Application developers can use the Reorderer to allow their users to directly move around and re-arrange content on the page. In most cases, the application running on the server will want to know about any changes to the ordering. The order-changed callback is used for this purpose.

The order-changed callback is a function that is passed to Reorderer initialization. This function must be written by the application developer, and is responsible for communicating changes in ordering to the server in whatever form the server requires. This might take the form of an AJAX call sending a JSON object, or a form submission, for example.

Column
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#cccccc
borderStylesolid
titleStill need help?borderStylesolid

Join the fluid-talk mailing list and ask your questions there.

...