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

/yui3/src/pluginhost/js/
H A DPluginHostConfig.js11 * plugin configurations passed the constructor, through the config object.
68 * @param {Function | Array} plugin Either the plugin class, an array of plugin classes or an array of objects (with fn and cfg properties defined)
69 * @param {Object} config (Optional) If plugin is the plugin class, the configuration for the plugin
72 PluginHost.plug = function(hostClass, plugin, config) {
79 if (!L.isArray(plugin)) {
81 plugin
[all...]

Completed in 7 milliseconds