subtleGradient / mootools-data-binding
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
commit 8bd1d76c207dd3b4f99aded6ac4023cb9f7d7a43
tree c3cdcad40318c13f9d47a3af6ed3a4477784863b
parent 139a0132866153045fb3fac706ae27b4340ed5c1
tree c3cdcad40318c13f9d47a3af6ed3a4477784863b
parent 139a0132866153045fb3fac706ae27b4340ed5c1
| name | age | message | |
|---|---|---|---|
| |
Demos/ | Tue Oct 21 13:10:07 -0700 2008 | |
| |
Docs/ | Tue Oct 21 09:14:19 -0700 2008 | |
| |
LICENSE | Tue Oct 21 07:32:23 -0700 2008 | |
| |
README.md | Tue Oct 21 09:36:24 -0700 2008 | |
| |
Source/ | Thu Dec 03 08:55:24 -0800 2009 | |
| |
Specs/ | Tue Oct 21 12:07:55 -0700 2008 | |
| |
scripts.json | Tue Oct 21 09:14:19 -0700 2008 |
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()
