z_tags (zotonic_core v1.0.0-rc.10)

Generate a XHTML element with attributes, correctly escape all attributes.

Link to this section Summary

Functions

Render a tag with properties, return the tag text. div has special handling as
is not allowed.
Render a tag into the context

Link to this section Functions

Link to this function

optional_escape_property(P)

Link to this function

render_tag(TagName, Props)

Render a tag with properties, return the tag text. div has special handling as
is not allowed.
Link to this function

render_tag(TagName, Props, Context)

Render a tag into the context
Link to this function

render_tag(TagName, Props, Content, Context)