Lines Matching refs:after
79 * <dt>after</dt>
80 * <dd>An event name to listener function map, to register event listeners for the "after" moment of the event. A constructor convenience property for the <a href="Base.html#method_after">after</a> method.</dd>
106 * `Base` supports "on", "after", "plugins" and "bubbleTargets" properties,
118 Base._NON_ATTRS_CFG = BaseCore._NON_ATTRS_CFG.concat(["on", "after", "bubbleTargets"]);
209 * Subscribers to the "after" momemt of this event, will be notified
210 * after initialization of the object is complete (and therefore
234 * Handles the special on, after and target properties which allow the user to
235 * easily configure on and after listeners as well as bubble targets during
247 if (config.after) {
248 this.after(config.after);
293 * Subscribers to the "after" moment of this event, will be notified
294 * after destruction is complete (and as a result cannot prevent