Searched defs:PluginHost (Results 1 - 2 of 2) sorted by relevance

/yui3/src/pluginhost/js/
H A DPluginHost.js2 * Provides the augmentable PluginHost interface, which can be added to any class.
7 * Provides the augmentable PluginHost interface, which can be added to any class.
36 function PluginHost() { class
40 PluginHost.prototype = {
173 Y.namespace("Plugin").Host = PluginHost;
H A DPluginHostConfig.js6 var PluginHost = Y.Plugin.Host, variable
21 PluginHost.prototype._initConfigPlugins = function(config) {
72 PluginHost.plug = function(hostClass, plugin, config) {
105 PluginHost.unplug = function(hostClass, plugin) {
7 L = Y.Lang; class

Completed in 166 milliseconds