HTMLComponent


Revision as of 23:49, 23 October 2008 by Shanker (talk | contribs) (New page: An HTML component is used for adding custom html chunks. ====HTML component dynamically generated html:==== <pre> <div class="component html_component"> <h2><span>html component title...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

An HTML component is used for adding custom html chunks.


HTML component dynamically generated html:

<div class="component html_component">
  <h2><span>html component title</span></h2>
  <div class="component_content">
    <div>
      html component content
    </div>
  </div>
</div>

When a user adds an html component to their Viviti site, this is the html that is dynamically generated.