Searched refs:load (Results 1 - 25 of 32) sorted by relevance

12

/yui3/build/datatable-datasource/
H A Ddatatable-datasource-debug.js119 this.load({request:config.initialRequest});
132 * @method load
148 load: function(config) {
/yui3/build/datatable-datasource-deprecated/
H A Ddatatable-datasource-deprecated-debug.js119 this.load({request:config.initialRequest});
132 * @method load
148 load: function(config) {
/yui3/src/datatable/js/
H A Ddatatable-datasource.js117 this.load({request:config.initialRequest});
130 * @method load
146 load: function(config) {
/yui3/src/datatable-deprecated/js/
H A Ddatatable-datasource.js132 this.load({request:config.initialRequest});
145 * @method load
161 load: function(config) {
/yui3/src/node/js/
H A Dnode-load.js4 * @submodule node-load
39 * @method load
40 * @param {String} url The URL to load via XMLHttpRequest.
41 * @param {String} selector An optional selector representing a subset of an HTML document to load.
45 Y.Node.prototype.load = function(url, selector, callback) {
H A Dnode-event.js39 load: 1,
/yui3/build/node-load/
H A Dnode-load-debug.js1 YUI.add('node-load', function(Y) {
6 * @submodule node-load
41 * @method load
42 * @param {String} url The URL to load via XMLHttpRequest.
43 * @param {String} selector An optional selector representing a subset of an HTML document to load.
47 Y.Node.prototype.load = function(url, selector, callback) {
/yui3/src/app/tests/
H A Dmodel-test.js196 '`changed` property should be a hash of attributes that have changed since last save() or load()': function () {
212 model.load();
345 'load() should delegate to sync()': function () {
360 model.load(opts);
364 'load() should reset this.changed when loading succeeds': function () {
370 model.load();
374 'load() should be chainable and should call the callback if one was provided': function () {
378 Assert.areSame(model, model.load());
379 Assert.areSame(model, model.load({}));
381 Assert.areSame(model, model.load(functio
[all...]
H A Dmodel-list-test.js405 'load() should delegate to sync()': function () {
420 list.load(opts);
424 'load() should be chainable and should call the callback if one was provided': function () {
428 Assert.areSame(list, list.load());
429 Assert.areSame(list, list.load({}));
431 Assert.areSame(list, list.load(function (err) {
436 Assert.areSame(list, list.load({}, function () {
443 'load() should reset the list with the loaded items': function () {
453 list.load(function (err) {
456 Assert.isNull(err, 'load erro
[all...]
/yui3/src/io/js/
H A Dio-base.js134 io.load(transaction, e, config);
339 * @method load
341 * @param {Object} load event.
344 load: function (transaction, e, config) {
/yui3/build/io-base/
H A Dio-base-debug.js136 io.load(transaction, e, config);
341 * @method load
343 * @param {Object} load event.
346 load: function (transaction, e, config) {
/yui3/src/get/tests/
H A Dget-test.js1798 // -- load() -----------------------------------------------------------
1799 'load() should accept a URL': function () {
1804 test.t = Y.Get.load(url);
1808 // having to pass a callback to Y.Get.load().
1827 'load() should accept a URL, options object, and callback function': function () {
1831 test.t = Y.Get.load(path('a.css'), {
1861 'load() should allow the callback function as the second parameter': function () {
1864 test.t = Y.Get.load(path('a.js'), function (err, transaction) {
1877 'load() should accept an array of URLs': function () {
1880 test.t = Y.Get.load([pat
[all...]
/yui3/build/model/
H A Dmodel-debug.js55 * `load`: An error loading the model from a sync layer. The sync layer's
74 @event load
76 the load request.
77 @param {any} response The sync layer's raw, unparsed response to the load
81 EVT_LOAD = 'load',
367 This method delegates to the `sync()` method to perform the actual load
371 A successful load operation will fire a `load` event, while an unsuccessful
372 load operation will fire an `error` event with the `src` value "load"
[all...]
/yui3/src/io/as/com/yui/util/
H A Dio.as69 loader.load(request);
/yui3/src/app/js/
H A Dmodel-list.js86 @event load
88 the load request.
89 @param {Mixed} response The sync layer's raw, unparsed response to the load
93 EVT_LOAD = 'load',
500 This method delegates to the `sync()` method to perform the actual load
504 If the load operation succeeds, a `reset` event will be fired.
506 @method load
519 load: function (options, callback) {
540 facade.src = 'load';
737 This method is called internally by `load()`
[all...]
H A Dmodel.js53 * `load`: An error loading the model from a sync layer. The sync layer's
72 @event load
74 the load request.
75 @param {any} response The sync layer's raw, unparsed response to the load
79 EVT_LOAD = 'load',
365 This method delegates to the `sync()` method to perform the actual load
369 A successful load operation will fire a `load` event, while an unsuccessful
370 load operation will fire an `error` event with the `src` value "load"
[all...]
/yui3/src/loader/tests/
H A Dloader-tests.js293 Assert.isTrue(Y.Foo, 'Raw groups module did not load');
321 Assert.isTrue(Y.davglass, 'Attrs JS did not load');
365 Assert.areEqual(Y.config.yui2, Y.YUI2.VERSION, 'Failed to load ' + Y.config.yui2);
366 Assert.isFunction(Y.Base, 'Y.Base did not load');
378 Assert.areEqual(Y.config.yui2, Y.YUI2.VERSION, 'Failed to load ' + Y.config.yui2);
379 Assert.isObject(Y.YUI2.util.Dom, 'YUI2 DOM did not load.');
380 Assert.isFunction(Y.apm.TreeView, 'Treeview gallery module did not load.');
397 Assert.areEqual('success', e.msg, 'Failed to load files');
408 Assert.areEqual(Y.config.yui2, Y.YUI2.VERSION, 'Failed to load ' + Y.config.yui2);
409 Assert.isTrue((counter > 2), 'Did not load enoug
[all...]
/yui3/build/get/
H A Dget-debug.js66 parameter of the `css()`, `js()`, or `load()` methods will receive the
74 @property {Boolean} [options.async=false] Whether or not to load scripts
123 milliseconds) for detecting CSS load completion in browsers that don't
124 support the `load` event on `<link>` nodes. This isn't used for
137 ignored there, but may be useful when using the `load()` function. If
207 optional callback passed to `css()`, `load()`, or `js()`; and `transaction`,
309 Y.log('foo.css failed to load!');
321 Y.log('one or more files failed to load!');
343 of URLs and/or request objects to load.
388 Y.log('foo.js failed to load!');
[all...]
/yui3/build/model-list/
H A Dmodel-list-debug.js88 @event load
90 the load request.
91 @param {Mixed} response The sync layer's raw, unparsed response to the load
95 EVT_LOAD = 'load',
502 This method delegates to the `sync()` method to perform the actual load
506 If the load operation succeeds, a `reset` event will be fired.
508 @method load
521 load: function (options, callback) {
542 facade.src = 'load';
739 This method is called internally by `load()`
[all...]
/yui3/build/node-base/
H A Dnode-base-debug.js487 load: 1,
/yui3/src/yui/tests/
H A Dcore-tests.js307 Assert.isTrue(Y.GlobalMod, 'Module in global config failed to load');
421 results = testY.Features.all('load', [testY]);
425 Assert.areEqual(testY.Object.keys(testY.Features.tests.load).length, results.split(';').length, 'Failed to return all results for Feature Tests');
439 Assert.isTrue(Y.MOD, 'Failed to load external mod');
440 Assert.isObject(Y.Node, 'Failed to load Node requirement');
441 Assert.isObject(Y.YQL, 'Failed to load YQL requirement');
/yui3/src/get/js/
H A Dget.js64 parameter of the `css()`, `js()`, or `load()` methods will receive the
72 @property {Boolean} [options.async=false] Whether or not to load scripts
121 milliseconds) for detecting CSS load completion in browsers that don't
122 support the `load` event on `<link>` nodes. This isn't used for
135 ignored there, but may be useful when using the `load()` function. If
205 optional callback passed to `css()`, `load()`, or `js()`; and `transaction`,
307 Y.log('foo.css failed to load!');
319 Y.log('one or more files failed to load!');
341 of URLs and/or request objects to load.
386 Y.log('foo.js failed to load!');
[all...]
/yui3/src/loader/js/
H A Dloader.js4 * dependencies for the modules requested. It can also load the
55 * dependencies for the modules requested. It can load the
79 * @param {Boolean} config.combine Use a combo service to reduce the number of http connections required to load your dependencies
381 * // making it possible to load different skins for different
382 * // components. It is possible to load more than one skin
456 * Whether or not to load optional dependencies for
503 // Y.on('yui:load', self.loadNext, self);
871 * @param {String} [config.condition.trigger] The name of a module that can trigger the auto-load
873 * @param {String} [config.condition.when] Specifies the load order of the conditional module
1138 * @param {string[] | string*} what the modules to load
[all...]
/yui3/build/loader/
H A Dloader-debug.js104 * dependencies for the modules requested. It can also load the
155 * dependencies for the modules requested. It can load the
179 * @param {Boolean} config.combine Use a combo service to reduce the number of http connections required to load your dependencies
481 * // making it possible to load different skins for different
482 * // components. It is possible to load more than one skin
556 * Whether or not to load optional dependencies for
603 // Y.on('yui:load', self.loadNext, self);
971 * @param {String} [config.condition.trigger] The name of a module that can trigger the auto-load
973 * @param {String} [config.condition.when] Specifies the load order of the conditional module
1238 * @param {string[] | string*} what the modules to load
[all...]
/yui3/build/loader-base/
H A Dloader-base-debug.js104 * dependencies for the modules requested. It can also load the
155 * dependencies for the modules requested. It can load the
179 * @param {Boolean} config.combine Use a combo service to reduce the number of http connections required to load your dependencies
481 * // making it possible to load different skins for different
482 * // components. It is possible to load more than one skin
556 * Whether or not to load optional dependencies for
603 // Y.on('yui:load', self.loadNext, self);
971 * @param {String} [config.condition.trigger] The name of a module that can trigger the auto-load
973 * @param {String} [config.condition.when] Specifies the load order of the conditional module
1238 * @param {string[] | string*} what the modules to load
[all...]

Completed in 34 milliseconds

12