Class ria.template.Template

A template formats arbitrary JavaScript objects into an HTML string.

Method Summary
Method Attributes Method Name and Description
format(obj)
Formats the given object into an HTML string.
Method Detail
{String} format(obj)
Formats the given object into an HTML string.
Parameters:
{Object} obj
Object to format
Returns:
{String} HTML string generated from the given object