Module plugin
[hide private]
[frames] | no frames]

Module plugin

source code

Functions for loading plugins.

Functions [hide private]
 
load_plugins_from_dirs()
Load plugins from XRCEDPATH directories.
source code
 
load_plugins(dir)
Load plugins from dir.
source code
 
load_crx(filename)
Load components defined in a manifest file.
source code
 
create_component(node)
Create component from a manifest data.
source code
Function Details [hide private]

create_component(node)

source code 
Create component from a manifest data.
Parameters:
  • node - DOM Element object containing component manifest data.