Name | Date | Size | |
---|---|---|---|
.. | 2012-03-31 02:21:59 | 100 | |
base-base.properties | 2011-12-16 09:02:50 | 146 | |
base-base.xml | 2009-05-05 04:01:37 | 291 | |
base-build.properties | 2011-06-10 20:34:13 | 181 | |
base-build.xml | 2009-05-05 04:01:37 | 292 | |
base-core.properties | 2011-12-16 09:02:50 | 139 | |
base-core.xml | 2011-12-16 09:02:50 | 291 | |
base-pluginhost.properties | 2011-06-10 20:34:13 | 202 | |
base-pluginhost.xml | 2009-08-08 00:51:47 | 297 | |
build.xml | 2011-12-16 09:02:50 | 837 | |
docs | 2012-02-07 19:44:41 | 5 | |
HISTORY.md | 2012-02-07 01:10:05 | 7.4 KiB | |
js | 2012-03-31 02:21:59 | 6 | |
meta | 2011-12-16 09:02:50 | 3 | |
README.md | 2011-07-13 02:51:29 | 397 | |
tests | 2012-03-16 08:23:59 | 6 |
README.md
Base
====
Base is designed to be a low level class from which other attribute
and event target based classes in the YUI library can be derived.
It provides a standard template for creating attribute based objects
across the library and provides a consistent init() and destroy()
sequence, by chaining initialization (initializer) and destruction
(destructor) methods for the class hierarchy.