This is the only javascript used for this example:
//OpenForumDocumentation/OpenForumJavascript/KitchenSink/page.jsUsing the standard javascript library included with OpenForum you can bind javascript variables onto a page. Changes in the variables value will be automatically updated on the page.
You can also bind variables to input fields. Changes in the input field will automatically update the javascript variable.
You can also bind tables onto a page like this:
Name | Age |
{{beatle.name}} | {{beatle.age}} |
Name | Age |
{{beatle.name}} | {{beatle.age}} |