Searched defs:remove (Results 1 - 5 of 5) sorted by relevance

/yui3/src/io/js/
H A Dio-queue.js99 * @method remove
104 this._q.remove(o);
152 _queue.remove = function (o) { io.qRemove(o); };
/yui3/src/attribute/js/
H A DState.js56 * @method remove
58 * @param key {String} The property to remove.
60 remove: function(name, key) {
68 * Removes multiple properties from an item, or remove the item completely.
84 this.remove(name, k);
86 this.remove(name, v);
/yui3/src/widget-child/js/
H A DWidget-Child.js242 // Override of Y.WidgetParent.remove()
243 // Sugar implementation allowing a child to remove itself from its parent.
244 remove: function (index) {
250 removed = Y.WidgetParent.prototype.remove.apply(this, arguments);
257 removed = parent.remove(this.get("index"));
/yui3/src/cookie/js/
H A DCookie.js340 * @param {String} name The name of the cookie to remove.
346 * @method remove
349 remove : function (name, options) {
365 * @param {String} subName The name of the subcookie to remove.
394 //reset the cookie if there are subcookies left, else remove
401 return this.remove(name, options);
/yui3/src/widget-parent/js/
H A DWidget-Parent.js230 child.remove();
480 child.remove();
628 * @method remove
631 * @description Removes the Widget from its parent. Optionally, can remove
636 remove: function (index) {
664 child = this.remove(0);
768 child.get("boundingBox").remove();

Completed in 66 milliseconds