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

/yui3/src/widget/js/
H A DWidgetHTMLParser.js49 * @property _buildCfg
55 Widget._buildCfg = {
/yui3/src/base/js/
H A DBaseBuild.js185 buildCfg = c._buildCfg;
204 buildCfg = c._buildCfg;
282 * will always aggregate as defined by the main class' static _buildCfg
309 * **NOTE FOR COMPONENT DEVELOPERS**: Both the `base` class, and `extensions` can define static a `_buildCfg`
313 * The `_buildCfg` property is a hash with 3 supported properties: `statics`, `aggregates` and `custom`, e.g:
317 * MyBaseClass._buildCfg = {
345 * MyExtension._buildCfg = {
388 * @property _buildCfg
394 Base._buildCfg = {
/yui3/src/autocomplete/js/
H A Dautocomplete-base.js1520 AutoCompleteBase._buildCfg = {

Completed in 696 milliseconds