Searched defs:init (Results 1 - 6 of 6) sorted by relevance
| /yui3/src/graphics/js/ |
| H A D | GraphicBase.js | 246 host.init.apply(this, arguments); 259 * Fires an init event after calling `initializer` on implementers. 261 * @method init 264 init: function() 266 this.publish("init", { 270 this.fire("init", {cfg: arguments[0]}); 389 * @method init 948 * Whether or not to render the `Graphic` automatically after to a specified parent node after init. This can be a Node instance or a CSS selector string.
|
| /yui3/src/node/js/ |
| H A D | shim-plugin.js | 14 this.init(config); 41 init: function(config) {
|
| /yui3/src/base/js/ |
| H A D | Base.js | 35 INIT = "init", 162 Y.log('init called', 'life', 'base'); 193 * Fires the init event prior to setting up attributes and 196 * @method init 201 init: function(config) { 204 * Lifecycle event for the init phase, fired prior to initialization. 214 * @event init 236 * construction, prior to init. 314 * Default init event handler
|
| H A D | BaseCore.js | 12 * but doesn't fire init/destroy or attribute change events.</p> 45 * fire init/destroy or attribute change events. 145 * has been through the init lifecycle phase. 205 this.init.apply(this, arguments); 222 * @method init 227 init: function(cfg) { 228 Y.log('init called', 'life', 'base');
|
| /yui3/src/event/js/ |
| H A D | event-facade-dom-ie.js | 26 proxy.init = proto.init; 54 init: function() { 56 IEEventFacade.superclass.init.apply(this, arguments); 118 IELazyFacade.prototype.init = function () {
|
| /yui3/src/transition/js/ |
| H A D | transition-native.js | 43 this.init.apply(this, arguments); 117 init: function(node, config) { 504 anim.init(this, config);
|
Completed in 42 milliseconds