Searched refs:Base (Results 1 - 25 of 262) sorted by relevance

1234567891011

/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...]
/yui3/build/base-pluginhost/
H A Dbase-pluginhost-debug.js4 * The base-pluginhost submodule adds Plugin support to Base, by augmenting Base with
5 * Plugin.Host and setting up static (class level) Base.plug and Base.unplug methods.
9 * @for Base
12 var Base = Y.Base,
15 Y.mix(Base, PluginHost, false, null, 1);
24 Base.plug = PluginHost.plug;
33 Base
[all...]
/yui3/build/datatable-base/
H A Ddatatable-base-debug.js9 `Y.DataTable.Base`.
17 // DataTable API docs included before DataTable.Base to make yuidoc work
20 this class is functionally equivalent to DataTable.Base. However, feature
133 2. A ModelList of Base-based class instances (presumably Model subclass
158 DataTable.Base assigns the default `headerView` to `Y.DataTable.HeaderView` and
165 @extends DataTable.Base
169 // DataTable API docs included before DataTable.Base to make yuidoc work
174 subclasses of DataTable.Base will remain unmodified when new feature modules
182 var MyTableClass = Y.Base.create('table', Y.DataTable.Base,
[all...]
/yui3/src/datatable/js/
H A Dbase.js7 `Y.DataTable.Base`.
15 // DataTable API docs included before DataTable.Base to make yuidoc work
18 this class is functionally equivalent to DataTable.Base. However, feature
131 2. A ModelList of Base-based class instances (presumably Model subclass
156 DataTable.Base assigns the default `headerView` to `Y.DataTable.HeaderView` and
163 @extends DataTable.Base
167 // DataTable API docs included before DataTable.Base to make yuidoc work
172 subclasses of DataTable.Base will remain unmodified when new feature modules
180 var MyTableClass = Y.Base.create('table', Y.DataTable.Base,
[all...]
/yui3/src/scrollview/js/
H A Dscrollview.js16 Y.Base.plug(Y.ScrollView, Y.Plugin.ScrollViewScrollbars);
/yui3/src/pjax/js/
H A Dpjax-plugin.js17 Y.Plugin.Pjax = Y.Base.create('pjaxPlugin', Y.Pjax, [Y.Plugin.Base], {
/yui3/build/pjax-plugin/
H A Dpjax-plugin-debug.js19 Y.Plugin.Pjax = Y.Base.create('pjaxPlugin', Y.Pjax, [Y.Plugin.Base], {
/yui3/build/range-slider/
H A Drange-slider-debug.js24 Y.Slider = Y.Base.build( 'slider', Y.SliderBase,
/yui3/build/scrollview/
H A Dscrollview-debug.js18 Y.Base.plug(Y.ScrollView, Y.Plugin.ScrollViewScrollbars);
/yui3/src/charts/js/
H A DAreaSplineSeries.js11 Y.AreaSplineSeries = Y.Base.create("areaSplineSeries", Y.CartesianSeries, [Y.Fills, Y.CurveUtil], {
H A DSplineSeries.js11 Y.SplineSeries = Y.Base.create("splineSeries", Y.LineSeries, [Y.CurveUtil, Y.Lines], {
H A DComboSplineSeries.js12 Y.ComboSplineSeries = Y.Base.create("comboSplineSeries", Y.ComboSeries, [Y.CurveUtil], {
H A DStackedAreaSplineSeries.js11 Y.StackedAreaSplineSeries = Y.Base.create("stackedAreaSplineSeries", Y.AreaSeries, [Y.CurveUtil, Y.StackingUtil], {
H A DStackedLineSeries.js11 Y.StackedLineSeries = Y.Base.create("stackedLineSeries", Y.LineSeries, [Y.StackingUtil], {
H A DStackedMarkerSeries.js11 Y.StackedMarkerSeries = Y.Base.create("stackedMarkerSeries", Y.MarkerSeries, [Y.StackingUtil], {
H A DStackedSplineSeries.js11 Y.StackedSplineSeries = Y.Base.create("stackedSplineSeries", Y.SplineSeries, [Y.StackingUtil], {
/yui3/src/recordset/js/
H A Drecord.js6 var Record = Y.Base.create('record', Y.Base, [], {
/yui3/src/slider/js/
H A Drange-slider.js22 Y.Slider = Y.Base.build( 'slider', Y.SliderBase,
/yui3/build/base-base/
H A Dbase-base-debug.js4 * The base module provides the Base class, which objects requiring attribute and custom event support can extend.
5 * The module also provides two ways to reuse code - It augments Base with the Plugin.Host interface which provides
12 * The base-base submodule provides the Base class without the Plugin support, provided by Plugin.Host,
20 * The base module provides the Base class, which objects requiring attribute and custom event support can extend.
21 * The module also provides two ways to reuse code - It augments Base with the Plugin.Host interface which provides
22 * plugin support and also provides the Base.build method which provides a way to build custom classes using extensions.
28 * The base-base submodule provides the Base class without the Plugin support, provided by Plugin.Host,
29 * and without the extension support provided by Base.build.
49 * extend. Base also handles the chaining of initializer and destructor methods across
52 * in the hierarchy will be initialized by Base
[all...]
/yui3/build/cache-plugin/
H A Dcache-plugin-debug.js4 * Provides support to use Cache as a Plugin to a Base-based class.
14 * @uses Plugin.Base
18 tmpclass = Y.Base.create("dataSourceCache", cache, [Y.Plugin.Base]),
/yui3/src/app/tests/benchmark/
H A Dapp-benchmark.js11 var MyModel = Y.Base.create('myModel', Y.Model, []),
21 var MyView = Y.Base.create('myView', Y.View, []),
/yui3/src/cache/js/
H A Dcache-plugin.js2 * Provides support to use Cache as a Plugin to a Base-based class.
12 * @uses Plugin.Base
16 tmpclass = Y.Base.create("dataSourceCache", cache, [Y.Plugin.Base]),
/yui3/src/overlay/js/
H A DOverlay.js24 Y.Overlay = Y.Base.create("overlay", Y.Widget, [Y.WidgetStdMod, Y.WidgetPosition, Y.WidgetStack, Y.WidgetPositionAlign, Y.WidgetPositionConstrain]);
/yui3/build/overlay/
H A Doverlay-debug.js26 Y.Overlay = Y.Base.create("overlay", Y.Widget, [Y.WidgetStdMod, Y.WidgetPosition, Y.WidgetStack, Y.WidgetPositionAlign, Y.WidgetPositionConstrain]);

Completed in 14 milliseconds

1234567891011