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

/yui3/build/widget-parent/
H A Dwidget-parent-debug.js29 function Parent(config) {
106 Parent.ATTRS = {
186 // Enforces selection behavior on for parent Widgets. Parent's
209 Parent.prototype = {
212 * The destructor implementation for Parent widgets. Destroys all children.
865 Y.augment(Parent, Y.ArrayList);
867 Y.WidgetParent = Parent;
/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 10 milliseconds