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

/yui3/src/widget-parent/js/
H A DWidget-Parent.js27 function Parent(config) { class
104 Parent.ATTRS = {
184 // Enforces selection behavior on for parent Widgets. Parent's
207 Parent.prototype = {
210 * The destructor implementation for Parent widgets. Destroys all children.
863 Y.augment(Parent, Y.ArrayList);
865 Y.WidgetParent = Parent;

Completed in 14 milliseconds