things can now be rendered to static html, new helma features are supported (prototype extension), everyhting is done in a nice and clean way with skins.
8 lines
143 B
JavaScript
8 lines
143 B
JavaScript
function main_action () {
|
|
this.getParentElement ().readFiles ();
|
|
res.data.body = this.renderSkinAsString ("main");
|
|
renderSkin ("api");
|
|
}
|
|
|
|
|
|
|