Searched defs:add (Results 1 - 7 of 7) sorted by relevance
/yui3/src/loader/template/ |
H A D | load-tests-template.js | 2 var add = Y.Features.add; variable
|
/yui3/src/yui/js/ |
H A D | load-tests.js | 2 var add = Y.Features.add; variable 4 add('load', '0', { 10 add('load', '1', { 22 add('load', '2', { 25 // Only add keyboard support to autocomplete-list if this doesn't appear to 41 add('load', '3', { 54 add('load', '4', { 61 add('load', '5', { 71 add('loa [all...] |
H A D | queue-base.js | 10 * A simple FIFO queue. Items are added to the Queue with add(1..n items) and 19 this.add.apply(this, arguments); 63 * @method add 67 add: function() {
|
/yui3/src/stylesheet/tests/src/ |
H A D | stylesheet.js | 53 Dom.add = function (el,tag,conf) { 74 suite.add(new Y.Test.Case({ 81 this.testNode = Dom.add(testbed,'div',{id:'target'}); 138 suite.add(new Y.Test.Case({ 142 this.remoteLink = Dom.add( 202 suite.add(new Y.Test.Case({ 214 this.testNode = Dom.add(testbed,'div',{ 313 suite.add(new Y.Test.Case({ 321 this.testNode = Dom.add(testbed,'div',{id:'target'}); 401 suite.add(ne [all...] |
/yui3/src/parallel/js/ |
H A D | parallel.js | 16 success: stack.add(function() { 64 * @method add 67 add: function (fn) {
|
/yui3/src/attribute/js/ |
H A D | State.js | 25 * @method add 30 add : function(name, key, val) { 48 this.add(name, key, o[key]);
|
/yui3/src/widget-parent/js/ |
H A D | Widget-Parent.js | 17 * to add child widgets to the parent during construction. The <code>children</code> 19 * objects, and is sugar for the <a href="#method_add">add</a> method. See the 20 * <a href="#method_add">add</a> for details on the structure of the child widget 30 * Fires when a Widget is add as a child. The event object will have a 33 * when the add() method was called. 597 * @method add 617 add: function () {
|
Completed in 99 milliseconds