Javascript
All javascript components code can be found at the js/loom package inside loom.jar.
The server side does not generate any javascript code, but instead create the HTML DOM tree that is required by the javascript components. This lets the developer fine-tune the parameters that are passed to javascript code, subclass or even replace the entire javascript library with an entirely different one.
The javascript testsuite is available online and includes working examples of static HTML for each javascript component included in the framework.
The following components will display an example of javascript code and server-side code when applicable.
Labels:
None