You might look at Mask and Spinner in the new MooTools More ( http://github.com/mootools/mootools-more): http://github.com/mootools/mootools-more/tree/master/Source/Interface/
Mask does the overlaying, and Spinner does the ajax indicator. You could probably back-port this to 1.11 or just look at it for ideas. On Tue, Oct 13, 2009 at 6:45 AM, Dimitar Christoff <[email protected]>wrote: > > > I would create a class and implement the toElement method on it. > > > > Here Jan Kassens explains the toElement method: > > http://blog.kassens.net/toelement-method > > very interesting... > > so, if i am reading this correctly, i'd end up with an overly element > that has a representation in an object and inherits its methods as > prototype? this is rather cool - but i don't think i'd be able to use it > here. > > it's for a 1.11 site (don't ask) > > i also imagined the relation to be between the target element (one that > is being overlaid) and the class and not the class and the overlay... > but perhaps i am not looking at this in the wrong way and have not > considered all angles... > > thanks anyway, i have bookmarked the blog for future reference, the post > there by Paul Wieland is really very sexy... > > > -- > Dimitar Christoff <[email protected]> - http://fragged.org/ > >
