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

/yui3/src/graphics/js/
H A DGraphicBase.js246 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 Dshim-plugin.js14 this.init(config);
41 init: function(config) {
/yui3/src/base/js/
H A DBase.js35 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 DBaseCore.js12 * 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 Devent-facade-dom-ie.js26 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 Dtransition-native.js43 this.init.apply(this, arguments);
117 init: function(node, config) {
504 anim.init(this, config);

Completed in 52 milliseconds