powered by Authenteo
by Xucia  

Learn more

Browser Side Templating

Authenteo uses browser-side templating to dynamically generate HTML from the client accessible data domain model. The Authenteo templating engine allows you to create templates that generate HTML from the persisted objects of the domain model. The following is an example of a template:

            <h2 logic="text" field="content.name"></h2>
            

<div class="contents" logic="display" field="content.body"></div>

<div logic="each" field="content.items">

<!-- iterate through the items -->

  <a logic="hyperlink">

    <span logic="text" field="content.name"></span>

  </a>

  <div logic="display" field="content.description"></div>

The logic attribute defines the action, and the field attribute defines what value to grab. The # symbol denotes persisted fields should be accessed from the objects.

News

Authenteo 1.1 is available.

Firebug - Web Development Evolved Now with Firebug integration . Make changes to CSS and HTML with Firebug and save the changes

Check out press releases and the following articles on Authenteo:

Authenteo beta