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

/yui3/src/base/js/
H A DBasePluginHost.js2 * The base-pluginhost submodule adds Plugin support to Base, by augmenting Base with
3 * Plugin.Host and setting up static (class level) Base.plug and Base.unplug methods.
7 * @for Base
10 var Base = Y.Base, variable
13 Y.mix(Base, PluginHost, false, null, 1);
22 Base.plug = PluginHost.plug;
31 Base
[all...]
H A DBase.js2 * The base module provides the Base class, which objects requiring attribute and custom event support can extend.
3 * The module also provides two ways to reuse code - It augments Base with the Plugin.Host interface which provides
10 * The base-base submodule provides the Base class without the Plugin support, provided by Plugin.Host,
18 * The base module provides the Base class, which objects requiring attribute and custom event support can extend.
19 * The module also provides two ways to reuse code - It augments Base with the Plugin.Host interface which provides
20 * plugin support and also provides the Base.build method which provides a way to build custom classes using extensions.
26 * The base-base submodule provides the Base class without the Plugin support, provided by Plugin.Host,
27 * and without the extension support provided by Base.build.
47 * extend. Base also handles the chaining of initializer and destructor methods across
50 * in the hierarchy will be initialized by Base
87 function Base() { function
150 Base.ATTRS = AttributeCore.prototype._protectAttrs(BaseCore.ATTRS); class
[all...]
H A DBaseBuild.js2 * The base-build submodule provides Base.build functionality, which
8 * @for Base
10 var Base = Y.Base,
21 Base._build = function(name, main, extensions, px, sx, cfg) {
23 var build = Base._build,
83 build = Base._build;
288 * @deprecated Use the more convenient Base.create and Base.mix methods instead
297 Base
[all...]

Completed in 26 milliseconds