Searched defs:publish (Results 1 - 1 of 1) sorted by relevance
/yui3/src/event-custom/js/ |
H A D | event-target.js | 11 * publish, subscribe and fire to custom events, and also 321 ce = this._yuievt.events[type] || this.publish(type); 494 * @method publish 548 * 'type': the event type (valid option if not provided as the first parameter to publish) 555 publish: function(type, opts) { 563 ret[k] = this.publish(k, v || opts); 571 this._monitor('publish', type, { 579 // ce.log("publish applying new config to published event: '"+type+"' exists", 'info', 'event'); 604 * You can monitor 'attach', 'detach', 'fire', and 'publish'. 609 * turned on or off (publish ca [all...] |
Completed in 558 milliseconds