Skip to content

Widgets and plugins

coreframework edited this page Sep 14, 2011 · 4 revisions

Plugins

Module(plugin) is an independent part of the system. It can be installed and used in the application. Module will provide the following features:

  • Modules files (one or several projects that implements module logic);
    
  • Installation / deinstallation script. Could be implemented using a standardized Interface.
    
  • Widget collection. Could be implemented using a standardized Interface.
    

Clone this wiki locally