Reorderer Selectors - v0.5

Documentation for a historical release of Infusion: 1.3
Please view the Infusion Documentation site for the latest documentation.
If you're looking for Fluid Project coordination, design, communication, etc, try the Fluid Project Wiki.

Reorderer Selectors - v0.5

Name

Description

Examples

Default

movables

 

selectors: { movables: "div" }

".movables"

selectables

 

selectors: { selectables: "[id^=move-"] }

same as movables

dropTargets

 

selectors: { dropTargets: "div.drop" }

same as movables

grabHandle

 

selectors: { grabHandle: ".title-bar" }

""

dropWarning

 

selectors: { dropWarning: "#drop-warning" }

".drop-warning"