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

/yui3/src/widget/js/
H A DWidgetHTMLParser.js2 * Adds HTML Parser support to the base Widget class
6 * @for Widget
10 var Widget = Y.Widget, variable
40 Widget.HTML_PARSER = {};
43 * The build configuration for the Widget class.
55 Widget._buildCfg = {
60 * The DOM node to parse for configuration values, passed to the Widget's HTML_PARSER definition
66 Widget.ATTRS[SRC_NODE] = {
73 Y.mix(Widget
[all...]
H A DWidgetBaseIE.js13 bbTempExpanding = Y.Widget.getClassName("tmp", "forcesize"),
14 contentExpanded = Y.Widget.getClassName("content", "expanded");
17 Y.Widget.prototype._uiSizeCB = function(expand) {
H A DWidgetSkin.js17 * the Widget's ancestor axis for a class yui3-skin-(name), and returns the
21 * @for Widget
25 Y.Widget.prototype.getSkinName = function () {
H A DWidgetLocale.js12 Widget = Y.Widget;
23 Widget.ATTRS[LOCALE] = {
28 Widget.ATTRS.strings.lazyAdd = false;
30 Y.mix(Widget.prototype, {
H A DWidget.js2 * Provides the base Widget class, with HTML Parser support
9 * Provides the base Widget class
65 // Widget nodeid-to-instance map.
81 * @class Widget
85 function Widget(config) { function
100 Widget.superclass.constructor.call(widget, config);
124 Widget.NAME = "widget";
135 UI = Widget.UI_SRC = "ui";
139 * configuration for the Widget.
145 Widget
[all...]

Completed in 1500 milliseconds