subtleGradient / mootools-data-binding

Data Binding Plugins for MooTools 1.2.x

This URL has Read+Write access

commit  8bd1d76c207dd3b4f99aded6ac4023cb9f7d7a43
tree    c3cdcad40318c13f9d47a3af6ed3a4477784863b
parent  139a0132866153045fb3fac706ae27b4340ed5c1
name age message
directory Demos/ Tue Oct 21 13:10:07 -0700 2008 NEW DEMO! [subtleGradient]
directory Docs/ Tue Oct 21 09:14:19 -0700 2008 Basic DOCS [subtleGradient]
file LICENSE Tue Oct 21 07:32:23 -0700 2008 License [subtleGradient]
file README.md Tue Oct 21 09:36:24 -0700 2008 README [subtleGradient]
directory Source/ Thu Dec 03 08:55:24 -0800 2009 support for ssjs. Don't assume that window is t... [subtleGradient]
directory Specs/ Tue Oct 21 12:07:55 -0700 2008 should NOT allow direct property access [subtleGradient]
file scripts.json Tue Oct 21 09:14:19 -0700 2008 Basic DOCS [subtleGradient]
README.md

HashClass

HashClass is a strict version of the Hash, implemented as a Class. So you can subclass it and Extend it. NOTE: Only supports accessing or setting data with methods. You can't use normal JS Object property access.

ObservableData

ObservableData is just a bunch of methods that you can implement on your own classes that provide a standard interface to Observable classes.

ObservableHash

ObservableHash, extends HashClass, implementing the ObservableData interface.
This allows you to addEvents to the ObservableHash instance to observe when events fire for set() and get()