I'm writing my first class using Mootools, building off a class called Drag.Ghost [
link] (which itself inherts from Drag.Move; Drag.Ghost -> Drag.Move -> Drag)
Since I want this to be reusable and multi-purpose, I want to define custom behaviors within the class itself rather than within each page which is the usual, idiomatic way. That is, I want
(
Read more... )