template.js | |
bbop. | BBOP JS template object/enginette. |
Functions | |
template | |
fill | Fill the template with the corresponding hash items. |
variables | Return a hash of the variables used in the template. |
bbop.template = function( template_string )
Fill the template with the corresponding hash items.
this.fill = function( fill_hash )
Return a hash of the variables used in the template.
this.variables = function()