| /yui3/src/base/js/ |
| H A D | BasePluginHost.js | 2 * 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 D | Base.js | 2 * 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 D | base-pluginhost-debug.js | 4 * 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 D | datatable-base-debug.js | 9 `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 D | base.js | 7 `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 D | scrollview.js | 16 Y.Base.plug(Y.ScrollView, Y.Plugin.ScrollViewScrollbars);
|
| /yui3/src/pjax/js/ |
| H A D | pjax-plugin.js | 17 Y.Plugin.Pjax = Y.Base.create('pjaxPlugin', Y.Pjax, [Y.Plugin.Base], {
|
| /yui3/build/pjax-plugin/ |
| H A D | pjax-plugin-debug.js | 19 Y.Plugin.Pjax = Y.Base.create('pjaxPlugin', Y.Pjax, [Y.Plugin.Base], {
|
| /yui3/build/range-slider/ |
| H A D | range-slider-debug.js | 24 Y.Slider = Y.Base.build( 'slider', Y.SliderBase,
|
| /yui3/build/scrollview/ |
| H A D | scrollview-debug.js | 18 Y.Base.plug(Y.ScrollView, Y.Plugin.ScrollViewScrollbars);
|
| /yui3/src/charts/js/ |
| H A D | AreaSplineSeries.js | 11 Y.AreaSplineSeries = Y.Base.create("areaSplineSeries", Y.CartesianSeries, [Y.Fills, Y.CurveUtil], {
|
| H A D | SplineSeries.js | 11 Y.SplineSeries = Y.Base.create("splineSeries", Y.LineSeries, [Y.CurveUtil, Y.Lines], {
|
| H A D | ComboSplineSeries.js | 12 Y.ComboSplineSeries = Y.Base.create("comboSplineSeries", Y.ComboSeries, [Y.CurveUtil], {
|
| H A D | StackedAreaSplineSeries.js | 11 Y.StackedAreaSplineSeries = Y.Base.create("stackedAreaSplineSeries", Y.AreaSeries, [Y.CurveUtil, Y.StackingUtil], {
|
| H A D | StackedLineSeries.js | 11 Y.StackedLineSeries = Y.Base.create("stackedLineSeries", Y.LineSeries, [Y.StackingUtil], {
|
| H A D | StackedMarkerSeries.js | 11 Y.StackedMarkerSeries = Y.Base.create("stackedMarkerSeries", Y.MarkerSeries, [Y.StackingUtil], {
|
| H A D | StackedSplineSeries.js | 11 Y.StackedSplineSeries = Y.Base.create("stackedSplineSeries", Y.SplineSeries, [Y.StackingUtil], {
|
| /yui3/src/recordset/js/ |
| H A D | record.js | 6 var Record = Y.Base.create('record', Y.Base, [], {
|
| /yui3/src/slider/js/ |
| H A D | range-slider.js | 22 Y.Slider = Y.Base.build( 'slider', Y.SliderBase,
|
| /yui3/build/base-base/ |
| H A D | base-base-debug.js | 4 * 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 D | cache-plugin-debug.js | 4 * 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 D | app-benchmark.js | 11 var MyModel = Y.Base.create('myModel', Y.Model, []), 21 var MyView = Y.Base.create('myView', Y.View, []),
|
| /yui3/src/cache/js/ |
| H A D | cache-plugin.js | 2 * 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 D | Overlay.js | 24 Y.Overlay = Y.Base.create("overlay", Y.Widget, [Y.WidgetStdMod, Y.WidgetPosition, Y.WidgetStack, Y.WidgetPositionAlign, Y.WidgetPositionConstrain]);
|
| /yui3/build/overlay/ |
| H A D | overlay-debug.js | 26 Y.Overlay = Y.Base.create("overlay", Y.Widget, [Y.WidgetStdMod, Y.WidgetPosition, Y.WidgetStack, Y.WidgetPositionAlign, Y.WidgetPositionConstrain]);
|