helma/modules
2015-04-07 16:39:02 +02:00
..
core Refactored replace_filter to use JS regular expression 2015-01-28 20:14:08 +01:00
helma Removed default size from form fields 2015-01-28 20:13:27 +01:00
jala@24e7b11100 Updated Jala module 2015-04-07 16:39:02 +02:00
test Merge remote-tracking branch 'modules/master' into subtree 2012-03-27 11:46:35 +02:00
README Merged with helma/master 2013-04-07 17:27:18 +02:00
summary.txt Merge remote-tracking branch 'modules/master' into subtree 2012-03-27 11:46:35 +02:00

<p>HelmaLib is organized into two groups of modules:</p>

<ul>
<li>modules/core which contains extensions to core JavaScript types such as
Object, Array, or Date.</li>
<li>modules/helma which provides new functionality to JavaScript, usually by
wrapping a Java library.</li>
</ul>

<p>To use a HelmaLib module in your Helma application, you need to add it to the
app's repositories. The simplest way to do so is by using the app.addRepository()
function:</p>

<pre>  app.addRepository("modules/helma/Search.js");</pre>

<p>If you are looking for more Helma libraries, be sure to check out the
<a href="https://opensvn.csie.org/traccgi/jala/wiki">Jala project</a>!</p>