Searched defs:BaseCore (Results 1 - 1 of 1) sorted by relevance

/yui3/src/base/js/
H A DBaseCore.js4 * plugin support and also provides the BaseCore.build method which provides a way to build custom classes using extensions.
10 * <p>The base-core module provides the BaseCore class, the lightest version of Base,
43 * The BaseCore class, is the lightest version of Base, and provides Base's
47 * BaseCore also handles the chaining of initializer and destructor methods across
50 * property for each class in the hierarchy will be initialized by BaseCore.
53 * change events can extend BaseCore instead of Base for optimal kweight and
56 * @class BaseCore
63 function BaseCore(cfg) { function
82 BaseCore._ATTR_CFG = AttributeCore._ATTR_CFG.concat("cloneDefaultValue");
83 BaseCore
170 }; class
[all...]

Completed in 30 milliseconds