FLUID-1074: Update Reorderer APIs to make them consistent with the API style guide

Metadata

Source
FLUID-1074
Type
Sub-task
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
Anastasia Cheetham
Reporter
Colin Clark
Created
2008-07-31T16:36:10.000-0400
Updated
2011-02-22T16:27:55.590-0500
Versions
N/A
Fixed Versions
  1. 0.5
Component
  1. Reorderer

Description

Since Reorderer is our oldest component, is has fallen a bit out of sync with our emerging conventions for component APIs. It should be updated to match the API style guide.

dev-iteration43

Comments

  • Antranig Basman commented 2008-08-04T16:09:29.000-0400

    At revision 5315, the Reorderer and LayoutManagers are fully that-ised, make use of fluid.defaults and fluid.initialiseThat. Still to do - overall use of DOM binder, general sanitising

  • Antranig Basman commented 2008-08-07T14:33:21.000-0400

    This work is ongoing, with a number of major refactorings over the last few days (to revision 5335)

  • Antranig Basman commented 2008-09-07T18:56:31.000-0400

    In terms of the "current" state of the API spec, I belive this work was completed with Michelle's adjustments for FLUID-1048. However, the spec is itself evolving, and a recent decision was to normalise our set of callbacks and event idiom, which now needs to be done and documented.

  • Michelle D'Souza commented 2008-09-11T15:11:31.000-0400

    As part of this task a couple of the options should be updated to use selectors to specify bits of the DOM. Both the drop warning and the instruction message should are currently specified as ids instead of selectors. Actually, since the instruction message is never used it should probably just be removed from the options.

  • Antranig Basman commented 2008-09-12T16:59:22.000-0400

    Drop warning is now "selectorised". The instruction message will take further thought, since we will need a more generalised I18N strategy.... As of revision 5530, our event architecture is now generalised and is sort of at "prototype stability"

  • Antranig Basman commented 2008-09-18T00:04:40.000-0400

    As of this evening's changes, relating to generalised use of "initComponents" and also cleanup of LayoutCustomiser, the Reorderer is now in accordance with the style guide recommendations for this release.

  • Michelle D'Souza commented 2011-02-22T16:27:55.586-0500

    Closing issues that were resolved for 1.0 and earlier releases.