Table of Contents
Distal is a Javascript tool that automatically fills your webpage with data from a JSON source. Freeing you from needing to traverse nodes or create DOM trees just to add dynamic data. Allowing you to focus on the important things such as data logic and webpage design.
Distal uses a concept created by Zope used in Python projects called Template Attribute Language (TAL).
To enable this package in a buildout-based installation:
Edit your buildout.cfg and add add the following to it:
[buildout] ... eggs = collective.js.distal
After updating the configuration you need to run ''bin/buildout'', which will take care of updating your system.
Go to the 'Site Setup' page in a Plone site and click on the 'Add-ons' link.
Check the box next to collective.js.distal
and click the 'Activate' button.
Note
You may have to empty your browser cache and save your resource registries in order to see the effects of the product installation.
- jstal
- TAL implementation in JavaScript using E4X.
- template-tal
- XML Lightweight Template Attribute Language implementation for Javascript.