Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of Tomas Corral | > | Hydra.js | > | examples_and_documents/js/sampleModule2.js | > | Download | ||
|
Download |
Hydra.module.register("single2", function(oAction) { return { sModule: 'BaseSample2', init: function (oData) { alert("Single Module 2 started"); }, handleAction: function (oNotifier) {}, destroy: function () {} }; }); |