FLUID-47: Reorderer should programmatically add CSS classes

Metadata

Source
FLUID-47
Type
Bug
Priority
Minor
Status
Closed
Resolution
Fixed
Assignee
Colin Clark
Reporter
Anastasia Cheetham
Created
2007-10-05T11:17:05.000-0400
Updated
2007-11-27T14:19:28.000-0500
Versions
N/A
Fixed Versions
  1. 0.1
Component
  1. Reorderer

Description

Currently, the CSS classes used to indicate the state of an orderable and to affect its appearance (default, selected and dragging) are present in the HTML template.

The Reorderer should programmatically add the default class to the orderables as part of the initialization process - otherwise, the template creator is required to do this in addition to adding the "orderable" class.