0.0.5 • Published 8 years ago

dolphin-html-render-module v0.0.5

Weekly downloads
10
License
-
Repository
github
Last release
8 years ago

Adding render method to a module

Installation

npm install dolphin-html-render-package --save

HtmlRenderConfigurationFactory

methods:

  • addModule - registration custom module

When you call "addModule" the plugin will know all your views:

package_folder
   server
      views

Example

var Module = require('dolphin-core-modules').Module;
var test = new Module('Test', __dirname);

test.configureFactories(function (HtmlRenderConfigurationFactory) {
    HtmlRenderConfigurationFactory.addModule(test);
});
0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago